mirror of https://github.com/dirtbags/moth.git
Further tweak to table formatting
This commit is contained in:
parent
e591ed1c1a
commit
43295d62cf
|
@ -116,8 +116,13 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
th, td {
|
th {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
vertical-align: top;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in New Issue