From 8e9204c0047f3bd369d46af68197bcc4ef9a0ba2 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 24 Dec 2005 20:44:58 +0000 Subject: --- demos/quickstart/themes/Simple/style.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'demos/quickstart/themes') diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css index ea77ef62..a0d2a8fb 100644 --- a/demos/quickstart/themes/Simple/style.css +++ b/demos/quickstart/themes/Simple/style.css @@ -34,15 +34,13 @@ body { #toc { background:#BFE4FF; - float:right; width:200px; padding:5px; } #content { - float:left; background:#fff; - padding:5px; + padding:10px; } #footer { @@ -51,7 +49,7 @@ body { font-size:8pt; text-align:center; margin-top:25px; - padding:5px; + padding:10px; } .topic { @@ -74,12 +72,13 @@ body { color:red; } -.code { +.source { padding:10px; border-style:solid; border-width:1px; border-color:#cccccc; background-color:#ffffee; + font-family: "Courier New", Courier, mono; } .runbar a:link, .runbar a:visited { @@ -111,14 +110,19 @@ body { #sourceList { background-color:#BFE4FF; - margin:10px; - border:1px solid silver; + margin:10px 10px 0px 10px; padding:10px; + border:1px solid silver; } #sourceView { + font-family: "Courier New", Courier, mono; background-color:#ffffee; - margin:10px; + margin:5px 10px 10px 10px; border:1px solid silver; padding:10px; +} + +code { + font-family: "Courier New", Courier, mono; } \ No newline at end of file -- cgit v1.2.3