diff options
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 { |