Browse Source

Modify website layout.

v0.7.4-release
Ryan 16 years ago
parent
commit
8781b969e9
  1. 10
      website/pipe.css

10
website/pipe.css

@ -1,19 +1,19 @@
body { body {
background: #22252a; background: #22252a;
color: #eee; color: #eee;
font-size: 16pt; font-size: 14pt;
line-height: 150%; line-height: 150%;
font-family: times, Times New Roman, times-roman, georgia, serif; font-family: times, Times New Roman, times-roman, georgia, serif;
max-width: 30em; max-width: 30em;
margin: 0 0 5em 8em; margin: 0 0 5em 9em;
} }
#toc { #toc {
position: fixed; position: fixed;
top: 2em; top: 2em;
left: 0; left: 0;
width: 8em; width: 8em;
font-size: 14pt; font-size: 12pt;
line-height: 120%; line-height: 150%;
} }
#toctitle { #toctitle {
display: none; display: none;
@ -46,7 +46,7 @@ h1 a, h2 a, h3 a, h4 a
pre, code { pre, code {
font-family: monospace; font-family: monospace;
font-size: 14pt; font-size: 13pt;
color: #eee0e0; color: #eee0e0;
} }

Loading…
Cancel
Save