From: Joshua Slive Date: Fri, 6 Sep 2002 00:54:15 +0000 (+0000) Subject: A few little changes to the css. I don't consider these "final". X-Git-Tag: AGB_BEFORE_AAA_CHANGES~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b49340aa46d412947cc9c03fd2f2b304a8861520;p=apache A few little changes to the css. I don't consider these "final". More tweaking welcome. 1. Lower the main text font size by 1 pixel and the font size by 2 pixels. 2. Remove the font-weight specified in because it was preventing bold code from working. 3. Try out a funny shade of brown for . What'd'ya think? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96661 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index da472b2832..21f25e5072 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -16,7 +16,6 @@ body { pre, code { font-family: "Courier New", Courier, monospace; - font-weight: normal; } strong { @@ -60,18 +59,18 @@ a:active { /* ====================== */ code.module, code.module a:link { - color: #0073c7; /* #bc0f00; */ + color: #8B4513; /* #bc0f00; */ background-color: inherit; } code.module a:visited { - color: #54acc4; /* #a06b66; */ + color: #BC8F8F; /* #a06b66; */ background-color: inherit; } code.module a:hover, code.module a:active { - color: #0073c7; /* #bc0f00; */ + color: #8B4513; /* #bc0f00; */ background-color: #f0f0f0; } @@ -748,7 +747,7 @@ div#page-content { * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ html { - font-size: 15px; + font-size: 14px; } h1 { @@ -773,7 +772,7 @@ div.example pre, div.example code, div.note pre, div.warning pre { - font-size: 15px; + font-size: 13px; } div#page-header p.apache {