remove css dupe

This commit is contained in:
Bala Clark 2011-08-31 00:01:30 +02:00
parent 53393600a6
commit 91fe118cfc

View file

@ -2,12 +2,6 @@ body {
font-size: 12px;
}
#status {
position: fixed;
top: 0;
right: 0;
}
.control {
color: #fff;
background-color: #111;
@ -54,4 +48,9 @@ body {
#color {
width: 200px;
height: 150px;
}
}
#status {
top: 0;
right: 0;
}