changeset 952:9a0c3cf6587d

More stylesheet cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Mar 2009 06:33:16 +0000
parents 710166d10170
children c1593fc54ad3
files docs/manual.css
diffstat 1 files changed, 2 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.css	Sun Mar 22 06:28:06 2009 +0000
+++ b/docs/manual.css	Sun Mar 22 06:33:16 2009 +0000
@@ -11,7 +11,7 @@
 
 a, a:visited {
 	text-decoration: underline;
-        color: black;
+        color: green;
 }
 
 a:hover {
@@ -29,7 +29,7 @@
 }
 
 div.titlepage {
-	font-size: 20pt;
+	font-size: 15pt;
 }
 
 table {
@@ -50,20 +50,6 @@
 	color: black;
 }
 
-td a, td a:visited  {
-	text-decoration: none;
-}
-
-td a:visited {
-	color: white;
-}
-
-td a:hover {
-	background: #aaa;
-	color: white;
-	text-decoration: none;
-}
-
 pre.screen {
 	font-weight: bold;
 	padding: 6px;