diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/barnet/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index b8806b2a9..da3788100 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -113,6 +113,10 @@ caption-side: bottom; } +#barnet-powered-by { + clear: both; +} + body {font-size: 77%; font-family: Arial, Helvetica, sans-serif; color: #3e3d44; padding: 0; margin: 0; line-height: 1.5; background: #e9e9ea;} body > html {font-size: 12px;} |