Navigation Menu

Skip to content

Commit

Permalink
doc: style
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 29, 2015
1 parent ae74f5e commit 4b8ffb9
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions doc/themes/mroonga/static/mroonga.css_t
Expand Up @@ -21,7 +21,7 @@ body

body
{
font-family: #666666;
font-family: sans-serif;
font-size: 100%;
background-color: #ffffff;
color: #000;
Expand Down Expand Up @@ -257,15 +257,28 @@ p.admonition-title:after
content: ":";
}

code,
pre
{
font-family: monospace;
background-color: #FAFAFA;
border: 1px solid #DDD;
}

code
{
padding: 0 4px;
}

pre
{
overflow: auto;
overflow-y: hidden;
padding: 20px;
background-color: #FAFAFA;
color: #000;
line-height: 120%;
border: 1px solid #DDD;
white-space: pre-wrap;
word-wrap: normal;
}

tt
Expand Down

0 comments on commit 4b8ffb9

Please sign in to comment.