projects
/
ycra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88441f
)
Vertical align tables at the top by default.
author
Sam White
<webmaster@ycra.org.uk>
Wed, 8 Dec 2021 11:35:33 +0000
(11:35 +0000)
committer
Sam White
<webmaster@ycra.org.uk>
Wed, 8 Dec 2021 11:35:33 +0000
(11:35 +0000)
public_html/css/common.css
patch
|
blob
|
history
diff --git
a/public_html/css/common.css
b/public_html/css/common.css
index 0aa5089397720a50a4e6856b49d390ed5ec23dc3..b42d07d83eb3168d7faaa2a8deade6437c6b8924 100644
(file)
--- a/
public_html/css/common.css
+++ b/
public_html/css/common.css
@@
-52,6
+52,7
@@
table {
th,td{
text-align: center;
+ vertical-align: top;
padding: 0.5em;
}