gitweb: Refactor printing shortened title in git_shortlog_body and git_tags_body
[gitweb.git] / gitweb / gitweb.css
index 47c1ade87edbe4727c088435385dd66ecfe13fec..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;