aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-24 01:03:35 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-24 01:03:35 +0000
commitaf30b7af17cc8812f521c6ae6b200e9d8e3a55fa (patch)
treef1c841e76b7dc69d2b50a6d83d282832d4b46350 /web
parent3b60ce318b259d07f012f4c6408383387f8c8a97 (diff)
downloadpandoc-af30b7af17cc8812f521c6ae6b200e9d8e3a55fa.tar.gz
CSS changes in website: better display of definition
lists for command-line options. git-svn-id: https://pandoc.googlecode.com/svn/trunk@795 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r--web/pandoc.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/pandoc.css b/web/pandoc.css
index fc0e042be..04a4aeb14 100644
--- a/web/pandoc.css
+++ b/web/pandoc.css
@@ -56,6 +56,13 @@ h1.title {
border: none;
}
+dt code {
+ font-weight: bold;
+}
+dd p {
+ margin-top: 0;
+}
+
#footer {
padding-top: 1em;
font-size: 70%;