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 4d05680..d672ba2 100644 (file)
@@ -35,3 +35,11 @@ div.commit-message {
     padding: 3px 0;
     font-weight: bold;
 }
+
+/* /heads */
+.heads .head {
+    font-weight: bold;
+}
+.heads .current {
+    text-decoration: underline;
+}