mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
14 lines
315 B
CSS
14 lines
315 B
CSS
h1 a:hover { color: red; }
|
|
h1 p:hover { color: red; }
|
|
h2 a:hover { color: red; }
|
|
h2 p:hover { color: red; }
|
|
h3 a:hover { color: red; }
|
|
h3 p:hover { color: red; }
|
|
#all, #the, #same { color: blue; }
|
|
ul, li, div, q, blockquote, textarea { margin: 0; }
|
|
td {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
td, input { line-height: 1em; }
|