gitweb: use out-of-line GIT logo.
[gitweb.git] / gitweb / gitweb.css
index fffdb13d09a40397745861bb6ec5dcc79c798b0d..460e7287187e2eab166be12c9f540f578ba7eaca 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;
 }