aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-06-07 10:35:36 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-06-07 10:35:36 +0100
commit434f30144837d815151bc03bd19e35305ceab2e8 (patch)
treede9c531047ab542116d5d2639cc4f7d1f58ea854 /web
parent5fd582ebc56804df7dd7ada003846b6ae55f606b (diff)
Remove some unused CSS.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/eastsussex/base.scss14
-rw-r--r--web/cobrands/hart/base.scss12
-rw-r--r--web/cobrands/sass/_base.scss49
3 files changed, 0 insertions, 75 deletions
diff --git a/web/cobrands/eastsussex/base.scss b/web/cobrands/eastsussex/base.scss
index 30f3ba934..267a33ca2 100644
--- a/web/cobrands/eastsussex/base.scss
+++ b/web/cobrands/eastsussex/base.scss
@@ -81,18 +81,6 @@ h1.main {
list-style: none;
}
-#problems-nav {
- border-bottom:0.25em solid $primary;
- ul li a {
- text-transform: none;
- color: #666;
- &.active {
- background: $primary;
- color: #fff;
- }
- }
-}
-
.big-green-banner {
text-transform: none;
z-index: 5000;
@@ -131,8 +119,6 @@ h1.main {
div {
padding-top: 0px;
- input#pc {
- }
input#sub {
height: 100%;
}
diff --git a/web/cobrands/hart/base.scss b/web/cobrands/hart/base.scss
index 7f7f7bd35..8a970331f 100644
--- a/web/cobrands/hart/base.scss
+++ b/web/cobrands/hart/base.scss
@@ -60,18 +60,6 @@ h1.main {
background: url('/cobrands/hart/tab-blue.png') 0 0 no-repeat;
}
-#problems-nav {
- border-bottom:0.25em solid $primary;
- ul li a {
- text-transform: none;
- color: #666;
- &.active {
- background: $primary;
- color: #fff;
- }
- }
-}
-
.big-green-banner {
text-transform: none;
}
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 15abd823f..32fe37f10 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -1303,55 +1303,6 @@ a:hover.rap-notes-trigger {
margin:1em 0;
}
-//report a problem tabs
-#problems-nav {
- padding:0 1em;
- overflow:hidden;
- border-bottom:0.25em solid #333;
- ul {
- @include list-reset-soft;
- display:table;
- width:100%;
- li {
- display:table-cell;
- border-#{$right}: 0.25em solid #fff;
- &:last-child {
- border-#{$right}: none;
- }
- a {
- display:block;
- background:#e2e2e2;
- color:#333;
- padding:1em;
- text: {
- transform:uppercase;
- align:center;
- }
- &:hover {
- text-decoration:none;
- background:#e6e6e6;
- }
- &.active {
- background:#333;
- color:#fff;
- }
- }
- }
- }
-}
-
-//display:table fixes
-.ie6, .ie7 {
- #problems-nav {
- clear:both;
- margin:0;
- padding:0;
- ul li {
- float: $left;
- }
- }
-}
-
/* Reporting a problem bits */