diff options
author | Dave Arter <davea@mysociety.org> | 2014-07-04 11:13:05 +0100 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-09-16 15:17:40 +0000 |
commit | 7645ce22d2b93034a7732c19b3aff759bae83727 (patch) | |
tree | 615bf3901d57e97f7598597522669780aa11364a /web | |
parent | 739eece82fe618666d0993aa4be03306c9c1100d (diff) |
[East Sussex] Build templates from fragments published on eastsussex.gov.uk
- Update styles to handle new templates
- Ignore built templates
- Ignore downloaded template fragments
- Put East Sussex CSS before FMS overrides
- Allow template build script to be run from outside its directory
- Add file-watching capability to East Sussex template building script for local dev
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/eastsussex/base.scss | 8 | ||||
-rw-r--r-- | web/cobrands/eastsussex/layout.scss | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/web/cobrands/eastsussex/base.scss b/web/cobrands/eastsussex/base.scss index cffdcb314..edf040055 100644 --- a/web/cobrands/eastsussex/base.scss +++ b/web/cobrands/eastsussex/base.scss @@ -41,7 +41,7 @@ h1.main { #nav-link { width: 50px; height: 48px; - background: url('/cobrands/eastsussex/tab-blue.png') 0 0 no-repeat; +// background: url('/cobrands/eastsussex/tab-blue.png') 0 0 no-repeat; } #problems-nav { @@ -84,9 +84,9 @@ h1.main { } -.header { - background: #004b7b url(img/mobile.jpg) repeat-x; -} +//.header { +// background: #004b7b url(img/mobile.jpg) repeat-x; +//} body > p { margin: 0; diff --git a/web/cobrands/eastsussex/layout.scss b/web/cobrands/eastsussex/layout.scss index 4c4fb2103..8c4388de9 100644 --- a/web/cobrands/eastsussex/layout.scss +++ b/web/cobrands/eastsussex/layout.scss @@ -16,8 +16,9 @@ padding: 1em; } -.container { +.container, .eastsussex-container { width: initial; + max-width: 966px; } #site-header .header a.contact { |