From 870963df2dac72e433fd7f94cd1cccc8cd6ea2d0 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 02 Feb 2005 22:30:27 +0000 Subject: 1. changed version to -svn 2. added a really simple page example 3. removed 'border=' attribute from iframe 4. added notice about svn version 5. added 'site-C-ing:' prefix to the title --- (limited to 'htdocs/style.css') diff --git a/htdocs/style.css b/htdocs/style.css index 01fd43a..3ab1b6f 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -64,6 +64,13 @@ div#sidepanel h1 { white-space: nowrap; margin-top: 2ex; margin-bottom: 2ex; } +div#sidepanel h2 { + font-size: 80%; + text-align: justify; + font-weight: normal; + color: gray; + margin: 1ex 1ex; +} div#sidepanel ul { padding: 1ex 0.5ex 1ex 1ex; margin: 0.5ex; @@ -130,14 +137,16 @@ div.source h1 { div.source ul { background: #80c0c0; margin: 0px; - padding: 1px 0.5ex; + padding: 1px 0px; font-family: monospace; font-size: 80%; overflow: hidden; + width:100%; } div.source li { list-style-type: none; white-space: nowrap; + margin: 0px 0.5ex; } ul.sourcebrowser { -- cgit v0.9.0.2