aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-06-01 15:48:25 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-06-03 16:42:26 +0100
commit12e08657db9a65196c082c9a9bee72e157cc1d12 (patch)
tree88469b4989a943ac17fc322d32068b82ecd7eec6 /web/cobrands
parent95c278025f06a08c22e490269d8784cda774b577 (diff)
[Angus] Fix horizontal scrollbar.
Diffstat (limited to 'web/cobrands')
-rw-r--r--web/cobrands/angus/layout.scss5
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;