]> danix's work - gitweb-theme-danix.git/commitdiff
page nav centered
authordanix <redacted>
Tue, 28 Feb 2023 13:15:57 +0000 (14:15 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 13:15:57 +0000 (14:15 +0100)
gitweb-danixland/gitweb.css

index fe18617ab4411ea30b227acd6bdecdd301e48f6b..d0e2b543bcddb2b16e1532796b7a09cf4ad972f3 100644 (file)
@@ -396,6 +396,9 @@ th .header {
   padding: 5px;
   margin: 0 auto 15px auto;
 }
+.page_nav {
+  text-align: center;
+}
 
 .history {
   background: #eaeaea;
@@ -728,8 +731,8 @@ td.category {
   color: var(--dark-grey);
   padding-left: 3em;
   font-weight: bold;
-  border-bottom: 1px solid rgba(var(--border));
-  border-top: 1px solid rgba(var(--border));
+  border-bottom: 3px solid rgba(var(--border));
+  border-left: 3px solid rgba(var(--border));
 }
 td.category:before {
   content: "Cat.: ";