Default theme: Improve table styling

This commit is contained in:
Daniel Rudolf 2015-11-14 00:26:45 +01:00
parent 636f27ae2f
commit e0c1e068fb

View File

@ -32,7 +32,7 @@ body {
} }
table { table {
border-collapse: separate; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
@ -137,7 +137,7 @@ h3 {
margin-top: 2em; margin-top: 2em;
} }
p { p, table {
margin-bottom: 1em; margin-bottom: 1em;
} }
@ -167,6 +167,17 @@ td, td img {
vertical-align: top; vertical-align: top;
} }
td, th {
border: solid 1px #999;
padding: 0.25em 0.5em;
}
th {
font-weight: bold;
text-align: center;
background: #eee;
}
sub { sub {
vertical-align: sub; vertical-align: sub;
font-size: smaller; font-size: smaller;