Table line-height corrected

This commit is contained in:
Ed Ward 2017-03-26 18:13:46 +02:00
parent 61e20da653
commit d26989c791

View File

@ -85,8 +85,7 @@ body {
#content p, #content p,
#content li, #content li,
#content dt, #content dt,
#content dd, #content dd {
#content table {
line-height: 2em; line-height: 2em;
} }
@ -130,6 +129,7 @@ body {
padding: 0; padding: 0;
font-weight: normal; font-weight: normal;
text-align: left; text-align: left;
line-height: 2ex;
} }
#content table tr { #content table tr {