Website: make table cells v-align to top
This makes tables a little easier on the eyes.
This commit is contained in:
parent
3760b06066
commit
97a909791c
@ -190,3 +190,7 @@ article p {
|
|||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table tbody td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user