diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 15:32:16 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 16:05:54 +0000 |
commit | d7eb95f958b12eff189d3581540766b636b3b9b6 (patch) | |
tree | 95a98f730ff227be963464884f48b2f456e69419 | |
parent | cd8e76997219d5f1fca3430e2b9649cd221e5932 (diff) |
Slightly fix display of pagination line.
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 2 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index d72910450..de1055c1e 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -1409,9 +1409,7 @@ table.nicetable { background: $primary; padding-left:0.5em; padding-right:0.5em; - color:#1a1a1a; &:hover { - color:#1a1a1a; text-decoration:none; background:$primary/1.1; } diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index b5a7825e4..e44da655b 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -240,7 +240,8 @@ body.mappage.admin .content { width: 100%; font-size: 0.9em; border: 1px solid $table_border_color; - border-collapse:collapse; + border-collapse: collapse; + margin-bottom: 1em; th, td { padding: 0.666em 0.5em; border: 1px solid $table_border_color; |