forked from github/pelican
CSS Fix. Don't hilight titles links.
This commit is contained in:
parent
bab39c9800
commit
5b1dd2f3f1
1 changed files with 5 additions and 1 deletions
|
|
@ -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;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue