From fcdbb7b058f7d8889cfafea986e2b0e77ef04649 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 2 Sep 2007 17:21:09 +0000 Subject: 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 --- web/pandoc.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web') 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; -- cgit v1.2.3