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:
parent
8c2ceebd72
commit
fcdbb7b058
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue