adding "1. Etage"

This commit is contained in:
Micho 2013-05-23 20:44:24 +02:00
parent c918e16b54
commit deb6d6a622
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,10 @@
overflow: hidden; overflow: hidden;
word-wrap: break-word; word-wrap: break-word;
} }
.label.grey {
color: #84e0fb;
font-weight: bold;
}
#statistics { #statistics {
position: absolute; position: absolute;
top: 465px; top: 465px;
@ -175,6 +179,8 @@
<div class="label" id="stage5" style="left:530px; top:342px; width:140px"></div> <div class="label" id="stage5" style="left:530px; top:342px; width:140px"></div>
<div class="label" id="stage6" style="left:700px; top:342px; width:140px"></div> <div class="label" id="stage6" style="left:700px; top:342px; width:140px"></div>
<div class="label" id="stage7" style="left:700px; top:410px; width:140px"></div> <div class="label" id="stage7" style="left:700px; top:410px; width:140px"></div>
<div class="label grey" style="left:470px; top:415px;">1. Etage</div>
</div> </div>
<div id="statistics"></div> <div id="statistics"></div>
<div id="timer"></div> <div id="timer"></div>