1
0
Fork 0
forked from github/pelican

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

@ -62,6 +62,10 @@ a:hover, a:active {
text-decoration: none;
text-shadow: 1px 1px 1px #333;
}
h1 a:hover {
background-color: inherit
}
/* Paragraphs */
p {margin-bottom: 1.143em;}
@ -425,4 +429,4 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
#add-comment * {margin-bottom: .5em;}
#add-comment * {margin-bottom: .5em;}