]> git.sesse.net Git - pr0n/blobdiff - files/pr0n.css
Remove an unused parameter.
[pr0n] / files / pr0n.css
index 21de8f7b424368071400719bcfc0986c07fc338a..6a27dc1fcbcb8f5c6604620a4ff63931ce4a5321 100644 (file)
@@ -2,7 +2,6 @@ body {
        background-color: white;
        color: black;
        font-family: verdana, arial, helvetica, sans-serif;
-       font-size: smaller;
 }
 a {
        text-decoration: none;
@@ -13,15 +12,47 @@ a {
 }
 h2.date {
        font-size: 1em;
+       margin-top: 0.5em;
+       margin-bottom: 0.5em;
+}
+h1 {
+       margin-bottom: 0;
 }
 img {
        border: 1px solid black;
 }
 h2 {
-       display: inline;
+       margin-bottom: 0.5em;
+       margin-top: 0.5em;
+}
+p, h2.date {
+       padding-left: 2em;
+}
+p {
+       margin: 0;
+}
+li {
+       margin-left: 1em;
 }
 .fsfromhere {
-       font-size: smaller;
+       font-size: small;
+       font-weight: normal;
        display: inline;
        margin-left: 1em;
+       padding-left: 0;
+}
+.nextprev {
+       margin-top: 0.5em;
+       margin-bottom: 0.5em;
+}
+.filter {
+       font-size: small;
+       font-weight: normal;
+}
+.mainmenu {
+       font-size: small;
+       padding-left: 0em;
+}
+* {
+/*     border: 1px solid red; */
 }