diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-01 15:48:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-03 16:42:26 +0100 |
commit | 12e08657db9a65196c082c9a9bee72e157cc1d12 (patch) | |
tree | 88469b4989a943ac17fc322d32068b82ecd7eec6 /web | |
parent | 95c278025f06a08c22e490269d8784cda774b577 (diff) |
[Angus] Fix horizontal scrollbar.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/angus/layout.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/cobrands/angus/layout.scss b/web/cobrands/angus/layout.scss index cb358679d..7a129c3cf 100644 --- a/web/cobrands/angus/layout.scss +++ b/web/cobrands/angus/layout.scss @@ -283,11 +283,11 @@ footer p.social a:active,footer p.social a:focus,footer p.social a:hover .container { display: block; font-size: 0.9em; - padding: 1em 20px .75em 20px; + padding: 1em 0 0.75em 0; ul { margin: 0; - padding: 0; + padding: 0 20px; list-style: none; li { @@ -418,7 +418,6 @@ body.mappage { .tablewrapper, .tablewrapper.bordered { border-top: none; - width: 100%; color: white; padding-bottom: 1em; |