]> granicus.if.org Git - apache/commitdiff
A few little changes to the css. I don't consider these "final".
authorJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 00:54:15 +0000 (00:54 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 00:54:15 +0000 (00:54 +0000)
More tweaking welcome.

1. Lower the main text font size by 1 pixel and the <example> font
size by 2 pixels.

2. Remove the font-weight specified in <code> because it was
preventing bold code from working.

3. Try out a funny shade of brown for <module>.  What'd'ya think?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96661 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/css/manual.css

index da472b283265ffdfc14197423f015e10a5662ab7..21f25e5072cce07a621d447b535fd9d41a184a93 100644 (file)
@@ -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 {