Added first cut of /shortlog action and simplified the parse_rev_list() method.
[catagits/Gitalist.git] / root / static / css / site.css
index 1f46b5d..4d05680 100644 (file)
@@ -1,6 +1,37 @@
+#body {
+    margin: 1em;
+}
+
 #commit-nav {
-    margin: 10px;
     padding-bottom: 4px;
     border-bottom: solid 1px #ccc;
     font-style: italic;
 }
+
+/* /commit page */
+.commit-message {
+    font-family: monospace;
+}
+div.commit-message {
+    background-color: #ddd;
+    padding: 5px;
+}
+.commit-info dt {
+    font-weight: bold;
+}
+.commit-info dd {
+    font-family: monospace;
+}
+
+.filename {
+  font-family: monospace;
+}
+.action-list {
+  font-size: smaller;
+}
+
+.path {
+    border-bottom: solid 1px #ddd;
+    padding: 3px 0;
+    font-weight: bold;
+}