aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-09-09 11:04:15 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-09-09 11:04:15 +0100
commit4e8af1aaea80ac7fe2c0ef7ed62f52061da3054b (patch)
tree50f87ab7d103253f8d7d7e32d7b7a4258fa1db74 /web/css
parent63e03938cbc9401eccf36bdce8f312f171559c80 (diff)
ie6 class for other cobrand headers, small screen tweaks for headings.
Diffstat (limited to 'web/css')
-rw-r--r--web/css/_main.scss6
-rw-r--r--web/css/core.scss18
2 files changed, 23 insertions, 1 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss
index 8b018677d..383e099a1 100644
--- a/web/css/_main.scss
+++ b/web/css/_main.scss
@@ -214,6 +214,12 @@ select, input, textarea {
#header {
font-size: 150%;
}
+ h1 {
+ font-size: 140%;
+ }
+ h2 {
+ font-size: 130%;
+ }
#navigation {
position: static;
border-top: solid 2px $header_colour;
diff --git a/web/css/core.scss b/web/css/core.scss
index ca8dcef27..4e2c50d06 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -688,9 +688,25 @@ $map_width: 500px;
.banner {
margin-right: 0;
+ clear: both;
margin-top: 1em;
}
-
+ #text_map {
+ padding: 0.25em 0.5em;
+ font-size: 100%;
+ -moz-border-radius-topleft: 0;
+ -moz-border-radius-bottomleft: 1em;
+ -moz-border-radius-bottomright: 1em;
+ -webkit-border-top-left-radius: 0;
+ -webkit-border-bottom-left-radius: 1em;
+ -webkit-border-bottom-right-radius: 1em;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 1em;
+ border-bottom-right-radius: 1em;
+ }
+ #text_map_arrow {
+ display: none;
+ }
}
}