removing styles from tables. Starting from scratch.
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 14:40:53 +0000 (15:40 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 14:40:53 +0000 (15:40 +0100)
gitweb-danixland/gitweb.css

index 89993b9..5b3051e 100644 (file)
@@ -318,33 +318,33 @@ div.page_header a img.logo {
 .history {
   width: 95%;
   margin: 0 auto 15px auto;
-  border: 1px solid rgba(var(--border));
+/*  border: 1px solid rgba(var(--border));
   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
-  box-shadow: 0 0 3px rgba(0,0,0,0.2);
+  box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
 }
 
 .project_list th,
 .shortlog th,
 .tree th,
 .commit_search th {
-  background-color: var(--bluish-grey);
+/*  background-color: var(--bluish-grey);
   color: var(--light-grey);
-  font-weight: normal;
+  font-weight: normal;*/
 }
 
 .project_list th {
-  font-weight: bold;
+/*  font-weight: bold;*/
 }
 
 .project_list tr,
 .shortlog tr,
 .tree tr,
 .commit_search tr {
-  background: var(--light-grey);
+/*  background: var(--light-grey);
   height: 2.5em;
   text-align: left;
-  color: var(--fg);
+  color: var(--fg);*/
 }
 
 .project_list tr.dark, .project_list tr.light,
@@ -353,17 +353,17 @@ div.page_header a img.logo {
 .commit_search tr.dark, .commit_search tr.light,
 .history tr.dark, .history tr.light,
 .heads tr.dark, .heads tr.light {
-  background-color: var(--bg-alt);
+/*  background-color: var(--bg-alt);
   color: var(--fg);
   height: 2.5em;
-  border-bottom: 1px solid rgba(var(--border));
+  border-bottom: 1px solid rgba(var(--border));*/
 }
 
 th .header {
-  background: transparent;
+/*  background: transparent;
   border: 0;
   padding: 0;
-  font-weight: bold;
+  font-weight: bold;*/
 }
 
 .tree {
@@ -735,7 +735,7 @@ td.category {
   border-left: 3px solid rgba(var(--border));
 }
 td.category:before {
-  content: "Cat.: ";
+  content: "Category: ";
 }
 /* Age
 ---------------------------------------------------------------------------- */