aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-10-01 15:46:22 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-10-01 20:59:33 +0100
commita4d0db790c46ae55edd75bb719e62dee7d0e5a7f (patch)
treeb1a3a155bd668d4e97729af75b2402724d41c7f0 /web/cobrands/sass
parentdaada5411eb2edcd27111abadbd66c9b368c65b0 (diff)
Remove unneeded report-list and list-a classes.
Diffstat (limited to 'web/cobrands/sass')
-rw-r--r--web/cobrands/sass/_base.scss8
-rw-r--r--web/cobrands/sass/_report_list.scss4
2 files changed, 3 insertions, 9 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 9aa079b1f..7bb6a96cb 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -919,13 +919,7 @@ input.final-submit {
}
}
}
-.list-a {
- @extend .issue-list-a;
- a {
- padding:0.5em 1em;
- font-weight:bold;
- }
-}
+
//display:table fixes
.ie6, .ie7 {
.issue-list-a {
diff --git a/web/cobrands/sass/_report_list.scss b/web/cobrands/sass/_report_list.scss
index 0ba69fd4b..442072083 100644
--- a/web/cobrands/sass/_report_list.scss
+++ b/web/cobrands/sass/_report_list.scss
@@ -34,7 +34,7 @@
}
}
-.report-list, .issue-list-a {
+.issue-list-a {
margin-#{$left}: 0;
li {
@@ -153,7 +153,7 @@
}
body.frontpage {
- .issue-list-a, .list-a {
+ .issue-list-a {
li .text {
padding-#{$left}: 3em;
}