aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/style.css b/style.css
index 11b1e53..e5d8d08 100644
--- a/style.css
+++ b/style.css
@@ -28,12 +28,12 @@ input[type="radio"], input[type="checkbox"] {
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
-#route-master-list {
+.route-master-list {
list-style: none;
padding-left: 0px;
}
-#route-master-list li a {
+.route-master-list li a {
font: 24px/30px Arial, Helvetica, sans-serif;
width: 100%;
border-bottom-width: 2px;
@@ -49,28 +49,29 @@ input[type="radio"], input[type="checkbox"] {
text-decoration: none;
}
-.route-list {
+.ls-route-list {
list-style: none;
padding-left: 0px;
}
-.route-list li {
+.ls-route-list li {
display: inline;
}
-.route-list li a {
+.ls-route-list li a {
font: 22px/22px Arial, Helvetica, sans-serif;
padding-right: 4px;
padding-left: 4px;
margin-right: 3px;
margin-left: 3px;
border-radius: 25px;
+ border: 0px solid #000000;
background: #a1a1a1;
color: white;
text-decoration: none;
}
-.stop-list {
+.ls-stop-list {
padding-left: 25px;
bottom: 0;
overflow: auto;