Skip to content

Commit

Permalink
Add basic styles for inline code (Fixes: elixir-lang#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
milmazz committed Feb 19, 2019
1 parent 9061598 commit 8506b6c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions _epub/assets/less/app.less
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
// Inline code
code.inline {
font-family: courier, monospace;;

This comment has been minimized.

Copy link
@eksperimental

eksperimental Feb 19, 2019

Double trailing semi-colon

font-style: normal;
line-height: 24px;
font-weight: 400;
background-color: #f7f9fc;
vertical-align: baseline;
border-radius: 2px;
padding: .1em .2em;
}

// Highlight theme
@import './code';
1 change: 1 addition & 0 deletions _epub/priv/app-65c846b720.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion _epub/priv/app-769d25bae3.css

This file was deleted.

1 change: 1 addition & 0 deletions _epub/priv/app-841ce296e9.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion _epub/priv/app-990b83b456.js

This file was deleted.

0 comments on commit 8506b6c

Please sign in to comment.