klassen statt IDs

This commit is contained in:
Manuel Friedli 2013-11-27 15:25:34 +01:00
parent f338b47902
commit 5899a3a255
2 changed files with 14 additions and 14 deletions

View file

@ -24,14 +24,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body>
<div id="uhr">
<span class="item dot dot1" id="dot1"></span>
<span class="item dot dot2" id="dot2"></span>
<span class="item dot dot3" id="dot3"></span>
<span class="item dot dot4" id="dot4"></span>
<div id="renderarea"></div>
<div id="uhr" class="uhr">
<span class="item dot dot1"></span>
<span class="item dot dot2"></span>
<span class="item dot dot3"></span>
<span class="item dot dot4"></span>
<div id="renderarea" class="renderarea"></div>
<!-- glossy reflection -->
<span id="reflection"></span>
<span class="reflection"></span>
</div>
<select id="themeswitcher">
<option value="black">Schwarz</option>