Added first cut of /shortlog action and simplified the parse_rev_list() method.
[catagits/Gitalist.git] / root / static / css / site.css
index e2bdefd..4d05680 100644 (file)
 .commit-message {
     font-family: monospace;
 }
+div.commit-message {
+    background-color: #ddd;
+    padding: 5px;
+}
 .commit-info dt {
     font-weight: bold;
 }
@@ -25,3 +29,9 @@
 .action-list {
   font-size: smaller;
 }
+
+.path {
+    border-bottom: solid 1px #ddd;
+    padding: 3px 0;
+    font-weight: bold;
+}