search paging
[phorkie.git] / www / phorkie.css
index b59f54cf6c7155aa47342f5979c08d745a33241b..c8d8dce4c10a7d6817e4ebd399379adbe7c749c8 100644 (file)
@@ -28,6 +28,17 @@ a.anchorlink {
     color: #FFA;
 }
 
+.navbar .container {
+    width: 940px;
+}
+.footer {
+    margin-top: 36px;
+    margin-bottom: 0px;
+    border-top: 1px solid #DDD;
+    color: #999;
+    text-align: center;
+}
+
 h1 {
     margin-bottom: 0.5ex;
 }
@@ -59,6 +70,18 @@ div.annotations div.alert {
     margin-bottom: 1ex;
 }
 
+ul.history li {
+    padding-left: 2px;
+    padding-bottom: 1px;
+}
+ul.history li.active {
+    background-color: #EEE;
+    border-radius: 3px;
+}
+ul.history a.hash {
+    font-family: monospace;
+}
+
 
 ul.pager {
     margin-top: 2ex;