]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Reordering code and dividing it into categories
[Gitweb] / gitweb.css
index 4fc00f08a47082d9479b5645314a0b9d3da3d4467f45b4c78aed716e1f64cb77..a32aa51e28e56785ebd8be6feaa35a14fb4a81e5b72842a75a9560d7c0ee1152 100644 (file)
@@ -181,12 +181,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 +200,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.220747 seconds and 4 git commands to generate.