Files
less.js/test/css/operations.css
2010-03-19 18:47:17 -04:00

31 lines
411 B
CSS

#operations {
color: #111111;
height: 9px;
width: 3em;
}
#operations .spacing {
height: 9px;
width: 3em;
}
.with-variables {
height: 16em;
width: 24em;
size: 1cm;
}
.negative {
height: 0px;
width: 4px;
}
.shorthands {
padding: -1px 2px 0 -4px;
}
.colors {
color: #123;
border-color: #334455;
background-color: #000000;
}
.colors .other {
color: #222222;
border-color: #222222;
}