projects
/
ets2_tele.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dff5808
)
* Compacted CSS for speed limit display.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 12 Aug 2019 09:52:16 +0000
(11:52 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 12 Aug 2019 09:52:16 +0000
(11:52 +0200)
dash.html
patch
|
blob
|
history
diff --git
a/dash.html
b/dash.html
index 80724dc52831be7723a6fb6f0f3c02f565900a22..40bdcf1ffa862485b91e94d0c60011f65ee98b41 100644
(file)
--- a/
dash.html
+++ b/
dash.html
@@
-70,19
+70,14
@@
table { width: 100%; }
.hilite { background-color: #ff0; }
.special { font-size:50%; color:#088; }
-#slimitoff {
- margin-left: 2px;
- width: 60px;
- height: 60px;
-}
-#slimitsign {
+#slimitoff { margin-left: 2px; }
+#slimitoff, #slimitsign { background-repeat: no-repeat; }
+#slimitoff, #slimitsign, #slimit {
width: 60px;
height: 60px;
}
#slimit {
display: table-cell;
- width: 60px;
- height: 60px;
vertical-align: middle;
text-align: center;
font-size: 32px;