From 5b1dd2f3f1436f5843b1733f8e59a13f60cf9fbf Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 18 Nov 2010 03:37:38 +0000 Subject: [PATCH] CSS Fix. Don't hilight titles links. --- pelican/themes/notmyidea/css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pelican/themes/notmyidea/css/main.css b/pelican/themes/notmyidea/css/main.css index 907f9c92..fd443ebe 100644 --- a/pelican/themes/notmyidea/css/main.css +++ b/pelican/themes/notmyidea/css/main.css @@ -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;} \ No newline at end of file + #add-comment * {margin-bottom: .5em;}