Now heads show up in the shortlog and the current head is marked up in the heads...
[catagits/Gitalist.git] / root / static / css / site.css
index 2941275..d672ba2 100644 (file)
@@ -11,6 +11,8 @@
 /* /commit page */
 .commit-message {
     font-family: monospace;
+}
+div.commit-message {
     background-color: #ddd;
     padding: 5px;
 }
     padding: 3px 0;
     font-weight: bold;
 }
+
+/* /heads */
+.heads .head {
+    font-weight: bold;
+}
+.heads .current {
+    text-decoration: underline;
+}