summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/styles.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 04b3caf..31d764a 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -440,6 +440,19 @@ div.station div div div a:hover {
text-decoration: underline;
}
+td div.station {
+ vertical-align: middle;
+}
+
+td div.station a {
+ color: black;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+td div.station a:hover {
+ text-decoration: underline;
+}
div.content {
width: 253px;