0

Change ids to classes.

Fixes #387
This commit is contained in:
TJ09
2011-06-04 13:28:24 -04:00
committed by Andrew Chin
parent 91c3e74ef2
commit 36df63caa4
2 changed files with 10 additions and 10 deletions

View File

@@ -29,13 +29,13 @@ body {
font-family: monospace;
}
#customControl {
.customControl {
padding: 5px;
height: 15px;
font-family: Arial, sans-serif;
}
#customControl > div#top {
.customControl > div.top {
background-color: #fff;
border: 2px solid #000;
text-align: center;
@@ -45,14 +45,14 @@ body {
cursor: pointer;
}
#customControl > div#dropDown {
.customControl > div.dropDown {
border: 1px solid #000;
font-size: 12px;
background-color: #fff;
display: none;
}
#customControl > div#button {
.customControl > div.button {
border: 1px solid #000;
font-size: 12px;
background-color: #fff;