gitweb: Whitespace cleanup: realign, reindent
[gitweb.git] / gitweb / gitweb.css
index 9013895857b76ea879e58ea90f2885d6744d1127..4821022535513dafd49b4b978f18baabbeb15f42 100644 (file)
@@ -42,6 +42,7 @@ div.page_nav a:visited {
 
 div.page_path {
        padding: 8px;
+       font-weight: bold;
        border: solid #d9d8d1;
        border-width: 0px 0px 1px;
 }
@@ -117,11 +118,14 @@ div.list_head {
 
 a.list {
        text-decoration: none;
-       font-weight: bold;
        color: #000000;
 }
 
-table.tags a.list {
+a.subject, a.name {
+       font-weight: bold;
+}
+
+table.tags a.subject {
        font-weight: normal;
 }