]> git.sesse.net Git - pr0n/blob - pr0n.css
Avoid a rescan of all images every time we upload something.
[pr0n] / pr0n.css
1 body {
2         background-color: white;
3         color: black;
4         font-family: verdana, arial, helvetica, sans-serif;
5         font-size: smaller;
6 }
7 a {
8         text-decoration: none;
9 }
10 .footer {
11         font-size: smaller;
12         margin-top: 0;
13 }
14 h2.date {
15         font-size: 1em;
16 }
17 img {
18         border: 1px solid black;
19 }