gitweb: Refactor printing shortened title in git_shortlog_body and git_tags_body
[gitweb.git] / gitweb / gitweb.css
index fffdb13d09a40397745861bb6ec5dcc79c798b0d..f58a418fab20d3a274f0e3fd74118c848ae62b89 100644 (file)
@@ -117,9 +117,14 @@ div.list_head {
 
 a.list {
        text-decoration: none;
+       font-weight: bold;
        color: #000000;
 }
 
+table.tags a.list {
+       font-weight: normal;
+}
+
 a.list:hover {
        text-decoration: underline;
        color: #880000;
@@ -171,6 +176,10 @@ tr.dark {
        background-color: #f6f6f0;
 }
 
+tr.dark2 {
+       background-color: #f6f6f0;
+}
+
 tr.dark:hover {
        background-color: #edece6;
 }
@@ -181,12 +190,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 +209,10 @@ td.error {
        background-color: yellow;
 }
 
+td.current_head {
+       text-decoration: underline;
+}
+
 table.diff_tree span.file_status.new {
        color: #008000;
 }