test/index.html: minor CSS improvements.

This commit is contained in:
XhmikosR
2013-11-13 21:01:37 +02:00
parent 6748574434
commit 0ff980513c

View File

@ -19,10 +19,15 @@
<script src="../jquery.mousewheel.js"></script>
<style>
html {
font: 13px Arial, sans-serif;
}
#stage {
position: relative;
zoom: 1;
}
#test1 {
background-color: #000;
width: 120px;
@ -98,15 +103,13 @@
}
#logger p {
font-family: Arial, sans-serif;
font-size: 13px;
padding: 2px;
border-bottom: 1px solid #ccc;
margin: 0;
}
#logger p:nth-child(even) {
background-color: #FFFFE8;
background-color: #ffffe8;
}
#logger p:nth-child(10n) {