From 12e08657db9a65196c082c9a9bee72e157cc1d12 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 1 Jun 2016 15:48:25 +0100 Subject: [Angus] Fix horizontal scrollbar. --- web/cobrands/angus/layout.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web') 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; -- cgit v1.2.3