projects
/
~bandali
/
bndl.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6d80ac5
)
remove vertical padding around .btable td
author
Amin Bandali
<bandali@gnu.org>
Sun, 30 Jun 2019 05:35:28 +0000
(
01:35
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 30 Jun 2019 05:35:28 +0000
(
01:35
-0400)
style.css
patch
|
blob
|
blame
|
history
diff --git
a/style.css
b/style.css
index
17999c7
..
e211e8d
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-34,7
+34,7
@@
a:hover {
font-size: 0.9em;
font-weight: normal;
}
font-size: 0.9em;
font-weight: normal;
}
-.btable td {padding: 0
.1rem
0.3rem}
+.btable td {padding: 0 0.3rem}
.btable td:first-child, .btable td:nth-child(3) {text-align: right}
.btable td:first-child {padding-left: 0}
.btable td:last-child {padding-right: 0}
.btable td:first-child, .btable td:nth-child(3) {text-align: right}
.btable td:first-child {padding-left: 0}
.btable td:last-child {padding-right: 0}