diff --git a/static/css/style.css b/static/css/style.css index 4099a84..187edd5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -432,19 +432,22 @@ body { line-height: 1.5em; } -.content th, td { +.content th, +.content td { text-align: left; padding-right: 20px; vertical-align: top; } -.content table td, td { +.content table td, +.content table td { border-spacing: none; border-style: solid; padding: 10px 15px; border-width: 1px 0 0 0; } -.content thead th, th { +.content thead th, +.content thead th { text-align: left; padding: 10px 15px; height: 20px;