minor bugfix
This commit is contained in:
@@ -7,10 +7,6 @@ html{
|
||||
}
|
||||
body{
|
||||
min-height: 100%;
|
||||
background-size: 30px 30px;
|
||||
background-image:
|
||||
linear-gradient(to right, grey 1px, transparent 1px),
|
||||
linear-gradient(to bottom, grey 1px, transparent 1px);
|
||||
}
|
||||
button{
|
||||
border: 1px solid blue;
|
||||
@@ -30,6 +26,9 @@ button{
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
background-size: 30px 30px;
|
||||
background-image: linear-gradient(to right, grey 1px, transparent 1px), linear-gradient(to bottom, grey 1px, transparent 1px);
|
||||
background-attachment: local;
|
||||
}
|
||||
|
||||
.window{
|
||||
|
||||
@@ -126,6 +126,7 @@ No free routes from {} : keine Route von {} frei
|
||||
NORTH : Norden
|
||||
Not connected to other bridge part! : Nicht mit anderem Brücken-Teil verbunden!
|
||||
Notes : Notizen
|
||||
No tile moved. : keine Kachel verschoben.
|
||||
{} now heading for {} : {} ist nun unterweg nach {}
|
||||
{} now in auto-mode : {} ist nun im Automatikmodus
|
||||
Occupied area\: : Belegte Abschnitte:
|
||||
@@ -210,6 +211,7 @@ Tags : Markierungen
|
||||
Text to display on clients\: : Text, welcher auf den Clients angezeigt werden soll:
|
||||
Text to show on display\: : Text, welcher in der Anzeige dargestellt werden soll:
|
||||
Tile(s) : Kachel(n)
|
||||
Tile(s) moved. : Kachel(n) verschoben.
|
||||
Toggle : umschalten
|
||||
Toggle power : Stom umschalten
|
||||
Train : Zug
|
||||
|
||||
Reference in New Issue
Block a user