Added styling for title link to root

master
Mike Gerwitz 2013-05-27 16:59:14 -04:00
parent 66ecf830c6
commit e1b8b626ae
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ h2.date {
margin-bottom: 1.5em;
}
h1 a, h1 a:visited {
text-decoration: none;
color: inherit;
}
/* latter for asciidoc-generated output */
h1.title,
#header h1 {