Fixed CSS for website so headers linked back to TOC

don't have lines under them.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@999 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-09-02 17:21:09 +00:00
parent 8c2ceebd72
commit fcdbb7b058

View file

@ -21,6 +21,10 @@ code {
font-family: monospace;
font-size: 110%;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
text-decoration: none;
color: #7a5ada;
}
h1, h2, h3, h4, h5 { font-family: verdana;
font-weight: bold;
border-bottom: 1px dotted black;