]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Whitespace cleanup - tabs are for indent, spaces are for align
[Gitweb] / gitweb.css
index 4fc00f08a47082d9479b5645314a0b9d3da3d4467f45b4c78aed716e1f64cb77..b2e665c9b287ac0f54a868e25dcb9966129e1c8ac3d0694649d17b24f1b7a1d9 100644 (file)
@@ -171,6 +171,10 @@ tr.dark {
        background-color: #f6f6f0;
 }
 
+tr.dark2 {
+       background-color: #f6f6f0;
+}
+
 tr.dark:hover {
        background-color: #edece6;
 }
@@ -181,12 +185,16 @@ td {
        vertical-align: top;
 }
 
-td.link {
+td.link, td.selflink {
        padding: 2px 5px;
        font-family: sans-serif;
        font-size: 10px;
 }
 
+td.selflink {
+       padding-right: 0px;
+}
+
 td.sha1 {
        font-family: monospace;
 }
@@ -196,6 +204,10 @@ td.error {
        background-color: yellow;
 }
 
+td.current_head {
+       text-decoration: underline;
+}
+
 table.diff_tree span.file_status.new {
        color: #008000;
 }
This page took 0.228188 seconds and 4 git commands to generate.