]> git.armaanb.net Git - stagit.git/blobdiff - style.css
README: add instructions to build static binaries
[stagit.git] / style.css
index 54a9a5619009eb0f62899773f834aa076052689d..e7188934137bb9b09a2a10665e77f73038874d78 100644 (file)
--- a/style.css
+++ b/style.css
@@ -38,10 +38,26 @@ table td {
        padding: 0 0.4em;
 }
 
-#log tr:hover td, #files tr:hover td {
+#content table td {
+       white-space: nowrap;
+       vertical-align: top;
+}
+
+#branches tr:hover td,
+#tags tr:hover td,
+#index tr:hover td,
+#log tr:hover td,
+#files tr:hover td {
        background-color: #eee;
 }
 
+#index tr td:nth-child(2),
+#tags tr td:nth-child(3),
+#branches tr td:nth-child(3),
+#log tr td:nth-child(2) {
+       white-space: normal;
+}
+
 td.num {
        text-align: right;
 }
@@ -59,18 +75,22 @@ pre {
        font-family: monospace;
 }
 
-pre .h {
-       color: darkcyan;
+pre a.h {
+       color: #00a;
 }
 
+span.i,
 pre a.i {
-       color: green;
+       color: #070;
 }
 
+span.d,
 pre a.d {
-       color: red;
+       color: #e00;
 }
 
-pre a.i:hover, pre a.d:hover {
+pre a.h:hover,
+pre a.i:hover,
+pre a.d:hover {
        text-decoration: none;
 }