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:
635675f
)
playing with social icons
author
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 10:45:14 +0000
(11:45 +0100)
committer
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 10:45:14 +0000
(11:45 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
94abaf8
..
c786903
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-265,6
+265,12
@@
td, th {
display: inline-block;
margin: 1em;
padding: 0.5em;
+ width: 2em;
+ height: 2em;
+ border: 1px solid var(--fg);
+ -webkit-border-radius: 1em;
+ -moz-border-radius: 1em;
+ border-radius: 1em;
}
.social-links ul li a {