Skip to content

Commit

Permalink
Merge pull request #459 from andralex/style.css
Browse files Browse the repository at this point in the history
Do #271 in small...
  • Loading branch information
MartinNowak committed Dec 28, 2013
2 parents d00718e + 3897968 commit f7baa33
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions css/style.css
Expand Up @@ -9,7 +9,6 @@ body
font-size: 100%;
font-family: Verdana, "Deja Vu", "Bitstream Vera Sans", sans-serif;
min-width: 60em;
/* max-width: 1590px; */
margin: 0px auto;
}

Expand All @@ -29,6 +28,10 @@ body
hyphens: manual;
}

.param
{
font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
Expand Down Expand Up @@ -121,7 +124,7 @@ pre
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

dd
dd, .d_decl_dd
{
padding: 1ex;
margin-left: 3em;
Expand Down Expand Up @@ -745,7 +748,7 @@ textarea.d_code_output, textarea.d_code_stdin, textarea.d_code_args
font-family: monospace;
padding: 5px;
margin: 1px;
word-wrap: break-word;
word-wrap: break-word;
height: auto;
background: white;
margin-left: 2px;
Expand Down

0 comments on commit f7baa33

Please sign in to comment.