Fleshed out the /tree action and fixed paging.
[catagits/Gitalist.git] / root / static / css / site.css
index e06ec3d..f62959e 100644 (file)
@@ -1,26 +1,34 @@
+/* XXX A good framework would be handy */
+/* XXX Also colours. Lots of colours. */
 #body {
-    margin: 1em;
+  margin: 1em;
 }
 
 #commit-nav {
-    padding-bottom: 4px;
-    border-bottom: solid 1px #ccc;
-    font-style: italic;
+  padding-bottom: 4px;
+  border-bottom: solid 1px #ccc;
+  font-style: italic;
+}
+
+thead, tfoot {
+  color: #ddd;
+  font-size: small;
+  font-weight: bold;
 }
 
 /* /commit page */
 .commit-message {
-    font-family: monospace;
+  font-family: monospace;
 }
 div.commit-message {
-    background-color: #ddd;
-    padding: 5px;
+  background-color: #ddd;
+  padding: 5px;
 }
 .commit-info dt {
-    font-weight: bold;
+  font-weight: bold;
 }
 .commit-info dd {
-    font-family: monospace;
+  font-family: monospace;
 }
 
 .filename {
@@ -31,25 +39,25 @@ div.commit-message {
 }
 
 .path {
-    border-bottom: solid 1px #ddd;
-    padding: 3px 0;
-    font-weight: bold;
+  border-bottom: solid 1px #ddd;
+  padding: 3px 0;
+  font-weight: bold;
 }
 
 /* /heads */
 .heads .head {
-    font-weight: bold;
+  font-weight: bold;
 }
 .heads .current {
-    text-decoration: underline;
+  text-decoration: underline;
 }
 
 /* /blob */
 pre.blob {
-    background-color: #333;
-    color: #ddd;
-    border-left: solid 3px #c33;
-    padding: 5px;
-    padding-left: 15px;
-    margin: 10px 15px;
+  background-color: #333;
+  color: #ddd;
+  border-left: solid 3px #c33;
+  padding: 5px;
+  padding-left: 15px;
+  margin: 10px 15px;
 }