carto/test/css/selectors.css

33 lines
284 B
CSS
Raw Normal View History

2010-03-06 00:43:08 +08:00
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 p:hover,
h2 p:hover,
h3 p:hover {
color: red;
}
#all {
color: blue;
}
#the {
color: blue;
}
#same {
color: blue;
}
ul,
li,
div,
q,
blockquote,
textarea {
margin: 0;
}
2010-02-24 07:02:00 +08:00
td {
margin: 0;
padding: 0;
}
2010-03-06 00:43:08 +08:00
td, input {
line-height: 1em;
}