diff options
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/_main.scss | 8 | ||||
-rw-r--r-- | web/css/main.css | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index 0b9cf33ab..9063f1484 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -41,6 +41,14 @@ select, input, textarea { #front_stats div { background-color: $header_back; } + + p.promo { + border-top: 1px solid #bbb; + border-bottom: 1px solid #bbb; + background-color: #eee; + text-align: center; + padding: 0 0.5em; + } } diff --git a/web/css/main.css b/web/css/main.css index 686b74d40..5b4be5ebc 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -43,6 +43,13 @@ select, input, textarea { #mysociety #front_stats div { background-color: #e3d595; } +#mysociety p.promo { + border-top: 1px solid #bbb; + border-bottom: 1px solid #bbb; + background-color: #eee; + text-align: center; + padding: 0 0.5em; +} #header { font-size: 200%; |