diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-02 17:21:09 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-02 17:21:09 +0000 |
commit | fcdbb7b058f7d8889cfafea986e2b0e77ef04649 (patch) | |
tree | dd0c21f830a4821754dc2633b6130c3fa1001856 | |
parent | 8c2ceebd72bff269dea76c47a9a3d6558de40d51 (diff) | |
download | pandoc-fcdbb7b058f7d8889cfafea986e2b0e77ef04649.tar.gz |
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
-rw-r--r-- | web/pandoc.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/pandoc.css b/web/pandoc.css index 04a4aeb14..ea9dd8b9c 100644 --- a/web/pandoc.css +++ b/web/pandoc.css @@ -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; |