aboutsummaryrefslogtreecommitdiffstats
path: root/web
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
parentdaada5411eb2edcd27111abadbd66c9b368c65b0 (diff)
Remove unneeded report-list and list-a classes.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/greenwich/base.scss2
-rw-r--r--web/cobrands/oxfordshire/layout.scss4
-rw-r--r--web/cobrands/sass/_base.scss8
-rw-r--r--web/cobrands/sass/_report_list.scss4
4 files changed, 6 insertions, 12 deletions
diff --git a/web/cobrands/greenwich/base.scss b/web/cobrands/greenwich/base.scss
index 844cf2762..3d8dc29ba 100644
--- a/web/cobrands/greenwich/base.scss
+++ b/web/cobrands/greenwich/base.scss
@@ -29,7 +29,7 @@ body.frontpage #site-logo,
background-size: cover;
}
-.issue-list-a li, .list-a li, #user-meta p, #front-main #postcodeForm {
+.issue-list-a li, #user-meta p, #front-main #postcodeForm {
background-color: $greenwich_light_grey;
}
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index 75a31e461..4dc3efe4e 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -266,7 +266,7 @@ body.mappage {
}
}
-.report-list, .issue-list-a {
+.issue-list-a {
li:after {
background-color: $oxfordshire_mid_grey_green;
}
@@ -287,7 +287,7 @@ h4.static-with-rule {
background: transparent;
margin-top: 0; // no space between list items
- // Replicate .report-list styling, a bit
+ // Replicate .issue-list-a styling, a bit
border-top: 1px solid $oxfordshire_mid_grey_green;
padding: 1em 1em 1em 0;
margin-left: 1em;
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;
}