Frontpage and style tweaks
[blerg.git] / www / css / blerg.css
index 66aeeb8..f818e10 100644 (file)
@@ -12,6 +12,10 @@ body {
        background-color: white;
 }
 
+a.ref {
+       color: #404040;
+}
+
 a > img {
        border: 0;
 }
@@ -131,14 +135,23 @@ h1, h2, h3 {
        font-size: 16pt;
 }
 
+#latest-tags {
+       text-align: center;
+       line-height: 2em;
+}
+
+#latest-tags a {
+       margin: 0 0.75em;
+}
+
 #latest-posts {
-       height: 92pt;
+       height: 184pt;
        overflow: hidden;
 }
 
 #latest-posts .record {
        font-size: 12pt;
-       margin: 4pt 0;
+       margin: 8pt 0;
 }
 
 .author {