convert to utf-8
[to_fork_or_not] / latex-like.css
1 body {
2     margin-left: 1in;
3     margin-right: 1in;
4
5 }
6 h1 {
7     font-style: italic;
8     font-size: 2em;
9 }
10
11 a {
12     text-decoration: none;
13 }
14
15 .author {
16     font-size: 1.4em;
17 }
18
19 .date {
20     font-size: 1em;
21 }
22
23
24 p,blockquote,li {
25     line-height: 170%;
26 }
27
28 #footer {
29     font-size: 1em;
30     text-align: right;
31 }

Benjamin Mako Hill || Want to submit a patch?