diff --git a/site/static/prl.css b/site/static/prl.css index 69091dd..dfa4ed8 100644 --- a/site/static/prl.css +++ b/site/static/prl.css @@ -71,11 +71,6 @@ h2 { margin-bottom: 0.5ex; } -h3 { - margin-top: 1ex; - margin-bottom: 0.5ex; -} - p { margin-top: 0.5ex; text-align: justify; @@ -110,7 +105,17 @@ p { margin-left: 0.2em; } +.mainstream table tbody tr { + + vertical-align: top; +} + +.mainstream table tbody tr td { + padding-bottom: 20px; + padding-right: 15px; +} + /* if the scrollbar appears and disappears, it bounces the sidebar back and forth; so always show it */ -html { overflow-y: scroll; } \ No newline at end of file +html { overflow-y: scroll; }