diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2020-02-21 14:26:14 +0000 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2020-02-21 14:26:14 +0000 |
commit | 92b273e45f96ac20fb182b9166b9f0a96f16eba3 (patch) | |
tree | a4b4b1ec972d5332ea590af6e84e8f83a592cae6 /templates | |
parent | 978270b152e803f0a8f1fac09363cc9703812567 (diff) | |
download | troggle-92b273e45f96ac20fb182b9166b9f0a96f16eba3.tar.gz troggle-92b273e45f96ac20fb182b9166b9f0a96f16eba3.tar.bz2 troggle-92b273e45f96ac20fb182b9166b9f0a96f16eba3.zip |
Whitespace cleanup
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cave.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/cave.html b/templates/cave.html index 1ba898e..7d21ca7 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -17,7 +17,7 @@ div.cv-panel { } div.cv-compass, div.cv-ahi { - position: absolute; + position: absolute; bottom: 95px; right: 5px; margin: 0; @@ -31,7 +31,7 @@ div.cv-compass, div.cv-ahi { background-color: black; color: white; } - + div.cv-ahi { right: 95px; } @@ -152,7 +152,7 @@ div.linear-scale-caption { position: absolute; top: 64px; left: 0px; - height: auto; + height: auto; margin-top:0; bottom: 44px; background-color: #222222; @@ -220,7 +220,7 @@ div.linear-scale-caption { } #frame .tab { position: absolute; - right: 0px;lass="cavedisplay" + right: 0px; width: 40px; height: 40px; box-sizing: border-box; @@ -523,7 +523,7 @@ div#scene { {% endif %} {{ ent.entrance.other_location.y|safe }}, {{ ent.entrance.other_location.x|safe }}, {{ ent.entrance.other_location.z|safe }}m </dd> {% endif %} - </dl> + </dl> </li> {% endfor %} </ul> |