carto/test/less/selectors.less
2010-02-23 18:02:00 -05:00

25 lines
258 B
Plaintext

h1, h2, h3 {
a, p {
:hover {
color: red;
}
}
}
#all { color: blue; }
#the { color: blue; }
#same { color: blue; }
ul, li, div, q, blockquote, textarea {
margin: 0;
}
td {
margin: 0;
padding: 0;
}
td, input {
line-height: 1em;
}