mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 02:06:32 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user