This commit is contained in:
Kovid Goyal 2011-04-28 10:11:00 -06:00
parent 213df8e3d7
commit ec12901d8a

View File

@ -2,6 +2,11 @@ a {
text-decoration: none; text-decoration: none;
color: blue color: blue
} }
a:hover {
color: red
}
.comments { .comments {
margin-top: 0; margin-top: 0;
padding-top: 0; padding-top: 0;