diff options
author | Struan Donald <struan@exo.org.uk> | 2011-08-22 11:22:33 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-08-22 11:22:33 +0100 |
commit | 44c31ab8efbd97086e17d26c819b1d5b4946ce43 (patch) | |
tree | 5a509a5006afd50f4c48f52fdf45ac9ac86ac054 /web/css/_main.scss | |
parent | f93ff062c986847f97aef76673c2ca7742f1f125 (diff) | |
parent | a9a4fed583d7467c9c1f1fa56d42bcb75b4b488c (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into open311-consumer
Conflicts:
t/app/model/problem.t
templates/web/default/report/new/fill_in_details.html
web/css/core.css
Diffstat (limited to 'web/css/_main.scss')
-rw-r--r-- | web/css/_main.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index 19d9b5a40..b4e4a13f0 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -161,11 +161,11 @@ select, input, textarea { #footer { clear: both; text-align: center; - border-top: solid 2px $header_back; + border-top: solid 2px #ccc; width: 50%; margin: 1em auto 0; padding: 0; - color: $header_darker; + color: #333333; .l, .r { margin-top: 0; |