]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
fixed css to annotate active from list, and navbar not to add silly things to url...
[maypole.git] / templates / maypole.css
index cd4bc5ee2517c98a480db6add342f227d544a7b8..c6dba91d87dc89149304ac3a903803f153784122 100644 (file)
@@ -96,7 +96,7 @@ table {
     border-color: #227;
 }
 
-#navlist li a#current {
+#navlist #active a {
     background: white;
     border-bottom: 1px solid white;
 }
@@ -161,4 +161,7 @@ label .field {
 .error { color: #d00; }
 
 .list { width: 70%; }
-.action { style:block;
+.action { 
+    style:block;
+}
+.pager { text-align:center;}