danix
's git repository
home
/
my projects
/
gitweb-theme-danix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d3f4e
)
page nav centered
author
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 13:15:57 +0000
(14:15 +0100)
committer
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 13:15:57 +0000
(14:15 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
fe18617
..
d0e2b54
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-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:
1
px solid rgba(var(--border));
- border-
top: 1
px solid rgba(var(--border));
+ border-bottom:
3
px solid rgba(var(--border));
+ border-
left: 3
px solid rgba(var(--border));
}
td.category:before {
content: "Cat.: ";