aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2015-03-21 16:09:43 +0000
committerChristopher Baines <cb15g11@soton.ac.uk>2015-03-21 16:09:43 +0000
commite35010c2e95d3b96b5942e205235ee7f8032bc0c (patch)
tree4f39d39739a3b1fe951580315abcde832bc70193 /style.css
parent14f270836ff945a4d809242914d3854818fee39a (diff)
downloadmaps.southampton.ac.uk-e35010c2e95d3b96b5942e205235ee7f8032bc0c.tar
maps.southampton.ac.uk-e35010c2e95d3b96b5942e205235ee7f8032bc0c.tar.gz
Update leaflet-soton
This brings in the new bus stop functionality.
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index e5d8d08..557d9be 100644
--- a/style.css
+++ b/style.css
@@ -33,7 +33,7 @@ input[type="radio"], input[type="checkbox"] {
padding-left: 0px;
}
-.route-master-list li a {
+.ls-route-master-list li a {
font: 24px/30px Arial, Helvetica, sans-serif;
width: 100%;
border-bottom-width: 2px;
@@ -42,11 +42,13 @@ input[type="radio"], input[type="checkbox"] {
border-right-width: 0px;
border-style: solid;
border-color: #000000;
+ border-radius: 0;
background: #a1a1a1;
color: white;
display: block;
text-align: center;
text-decoration: none;
+ margin: 0;
}
.ls-route-list {