carto/test/less/selectors.less

25 lines
259 B
Plaintext
Raw Normal View History

2010-02-24 07:02:00 +08:00
h1, h2, h3 {
a, p {
2010-03-06 00:43:08 +08:00
&:hover {
2010-02-24 07:02:00 +08:00
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;
}