add a basic index of all pages...
[photo-tags.git] / style.css
index b394c6c5649ffd7b43c4910aa14755f2a56ded84..6c25246b87d914593d1b16b761f0cb2a306d6c69 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,6 +1,9 @@
 
 h1 {color:red}
-body {background-color: black}
+body {
+    background-color: black;
+    color: #eee;
+}
 
 .permalink {
     float:right;
@@ -10,6 +13,11 @@ body {background-color: black}
 
 a[visited]{ color: #aaa;}
 
+.index {
+    margin: 0 auto;
+    width:70%;
+}
+
 .pics li { 
   display: inline;
   list-style: none;
@@ -30,3 +38,6 @@ footer {
     color: #999;
     float:right;
 }
+
+
+.debug { position: absolute; top:0; left:0}
\ No newline at end of file