diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/theme.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index 0b524fca9..6c71bb8cf 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -3,6 +3,7 @@ h1 { font-size: 42px; font-family: 'DeliciousBold', Arial, sans-serif; margin-bottom:15px; + margin-top:10px; } h2 a { @@ -195,6 +196,7 @@ div.lang { p.subtitle { margin-top:10px; margin-bottom:20px; + font-style: italic; } .results_section { @@ -437,12 +439,15 @@ h2.foi_results, h2.person_results, h2.publicbody_results { padding-top:0px; - border-bottom:1px solid #B3B3B3; padding-bottom:15px; margin-bottom:0px; margin-top: 0px; } +h2.foi_results { + width: 600px; +} + .list_toggle_controls { padding-bottom:20px; } @@ -892,3 +897,8 @@ body.front h3 { cursor:pointer; opacity: 1; } +p.public-body-name-prefix { + color: #DEB4D8; + margin-top: 15px; + margin-bottom: -15px; +} |