Tidied up the /blob action and the commit-nav.tt2 links.
[catagits/Gitalist.git] / root / static / css / site.css
index e2bdefd..2941275 100644 (file)
@@ -11,6 +11,8 @@
 /* /commit page */
 .commit-message {
     font-family: monospace;
+    background-color: #ddd;
+    padding: 5px;
 }
 .commit-info dt {
     font-weight: bold;
@@ -25,3 +27,9 @@
 .action-list {
   font-size: smaller;
 }
+
+.path {
+    border-bottom: solid 1px #ddd;
+    padding: 3px 0;
+    font-weight: bold;
+}