removing unused html/css

This commit is contained in:
Micho 2013-05-23 16:42:30 +02:00
parent e2c8b16007
commit 0458c3d70d
1 changed files with 0 additions and 21 deletions

View File

@ -36,9 +36,6 @@
overflow: hidden; overflow: hidden;
word-wrap: break-word; word-wrap: break-word;
} }
.label.grey {
color: #888;
}
#statistics { #statistics {
position: absolute; position: absolute;
top: 480px; top: 480px;
@ -55,17 +52,6 @@
font-weight: bold; font-weight: bold;
color: #666; color: #666;
} }
#menu {
position: absolute;
top: 550px;
left: 0;
}
.button {
margin-right: 10px;
background: #eee;
padding: 3px;
cursor: pointer;
}
#slider { #slider {
position: absolute; position: absolute;
width: 980px; width: 980px;
@ -182,13 +168,6 @@
<div class="label" style="left:540px;top:342px" id="stage5"></div> <div class="label" style="left:540px;top:342px" id="stage5"></div>
<div class="label" style="left:710px;top:342px" id="stage6"></div> <div class="label" style="left:710px;top:342px" id="stage6"></div>
<div class="label" style="left:710px;top:410px" id="stage7"></div> <div class="label" style="left:710px;top:410px" id="stage7"></div>
<!--
<div class="label grey" style="left:320px;top:140px">Cafeteria</div>
<div class="label grey" style="left:850px;top:220px">Hof</div>
<div class="label grey" style="left:920px;top:320px">VIP</div>
<div class="label grey" style="left:480px;top:410px">Workshops</div>
<div class="label grey" style="left:570px;top:170px">Foyer</div>
-->
</div> </div>
<div id="statistics"></div> <div id="statistics"></div>
<div id="timer"></div> <div id="timer"></div>