CSS Fix. Don't hilight titles links.

This commit is contained in:
Alexis Metaireau 2010-11-18 03:37:38 +00:00
commit 5b1dd2f3f1

View file

@ -63,6 +63,10 @@ a:hover, a:active {
text-shadow: 1px 1px 1px #333; text-shadow: 1px 1px 1px #333;
} }
h1 a:hover {
background-color: inherit
}
/* Paragraphs */ /* Paragraphs */
p {margin-bottom: 1.143em;} p {margin-bottom: 1.143em;}