summaryrefslogtreecommitdiff
path: root/web/main.css
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-29 22:51:05 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-29 22:51:05 +0000
commit7cd9db048b9c29238efd1cecda65264db4223dcd (patch)
tree380d7346775b588cfa448dc6188028158cb4f6ba /web/main.css
parent08fa385d80a65694ea8c6a117c3a178c71146cbc (diff)
Slight changes in website target:
+ history.html -> changelog.html + demo.html -> examples.html + Added title to changelog.html + Removed header div on html pages + Changed widths in css git-svn-id: https://pandoc.googlecode.com/svn/trunk@319 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/main.css')
-rw-r--r--web/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/main.css b/web/main.css
index b545811ec..b41ad6483 100644
--- a/web/main.css
+++ b/web/main.css
@@ -117,7 +117,7 @@ dt {
color:#336666;
padding-left:2em;
margin-bottom:0;
- width: 6em;
+ width: 7em;
}
#sidebar li {
font-family: verdana;
@@ -146,7 +146,7 @@ dt {
border-left: 1px solid gray;
}
#main.withleftmenu {
- margin-left: 8em;
+ margin-left: 9em;
}
div.clear { clear: both;