revision display support
[phorkie.git] / www / phorkie.css
index 882a2f7efb9d91c82fe1f2237bfd297ca97ff351..60bf8ff752a489e9fdd8a5e0b8743b42c1225639 100644 (file)
@@ -28,9 +28,12 @@ a.anchorlink {
     color: #FFA;
 }
 
-.file {
-    margin-top: 2em;
+h1 {
+    margin-bottom: 0.5ex;
+}
 
+.repo-info {
+    margin-bottom: 2em;
 }
 .file .header {
     padding: 1.0ex;
@@ -42,9 +45,33 @@ a.anchorlink {
     -moz-border-radius: 4px;
     border-radius: 4px;
 }
+.file .header .btn-mini {
+    margin-left: 2px;
+}
 .file .code {
     margin-left: 2em;
 }
+.file .image {
+    margin-bottom: 2ex;
+}
+
+div.annotations div.alert {
+    margin-bottom: 1ex;
+}
+
+ul.history li {
+    padding-left: 2px;
+    padding-bottom: 1px;
+}
+ul.history li.active {
+    background-color: #EEE;
+    border-radius: 3px;
+}
+ul.history a.hash {
+    font-family: monospace;
+}
+
+
 ul.pager {
     margin-top: 2ex;
 }