diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-19 17:21:27 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-19 17:21:27 +0100 |
commit | fbc1b2194c7c84707edf9e01895f2f449123b272 (patch) | |
tree | cd5ad1944eb92949950c40dbd062e28772f704e6 /sass | |
parent | 956f17ff436082dad7155f1c2d5aa743b90341be (diff) |
show expected train type in train view
Diffstat (limited to 'sass')
-rw-r--r-- | sass/app.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/app.scss b/sass/app.scss index ae793b9..a042764 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -187,7 +187,7 @@ div.app li .line { overflow: hidden; } -div.app li .line .trainsubtype { +div.app .trainsubtype { font-weight: normal; font-size: 70%; position: relative; |