From d379841850daab4693d596784b790b13e20e3a03 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 03 Feb 2005 00:17:58 +0000 Subject: 1. added a 'browse-through' navigation 2. improved performance by passing -flush to FastCgiExternalServer 3. emphasized links in text --- (limited to 'htdocs/style.css') diff --git a/htdocs/style.css b/htdocs/style.css index 3ab1b6f..83e308f 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -116,6 +116,10 @@ div#content h1 { font-weight: bold; text-align: center; margin: 1em; + clear: both; +} +div#content p a { + font-weight: bold; } div.insert { @@ -175,3 +179,27 @@ ul.sourcebrowser li.file a:hover { border: 1px solid black; color: white; } + +div.prevnext { + margin: 1ex; +} +div.prevnext a { + margin: 0.5ex 1em; padding: 0.2ex 0.5ex; + display: block; width: 30%; + border: solid 1px gray; + color: black; + text-decoration: none; +} +div.prevnext a.prevnext-prev { + float: left; + text-align: left; +} +div.prevnext a.prevnext-next { + float: right; + text-align: right; +} +div.prevnext a:hover { + background: gray; + border: black 1px solid; + color: white; +} -- cgit v0.9.0.2