Skip to content

Commit

Permalink
Docs: increase font size of inline code.
Browse files Browse the repository at this point in the history
  • Loading branch information
trombonehero committed Jun 20, 2013
1 parent 281bd0e commit 1a9b01e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/html/tesla.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@

h1, h2, h3, h4, h5, h6 { color: rgb(0, 51, 102); }

/*
* Increase font size of inline code to match surrounding text.
*
* The font size in code listings is already big enough.
*/
code { font-size: 130%; }
code.listing { font-size: 100%; }


/*
* Nice figures.
Expand Down

0 comments on commit 1a9b01e

Please sign in to comment.