changeset 1542:0246cc14b117

Update the manual CSS a bit,
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 18 Apr 2013 05:06:40 +0300
parents 23692c3e210d
children f804e1c83a41
files docs/manual.css
diffstat 1 files changed, 21 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.css	Thu Apr 18 04:35:07 2013 +0300
+++ b/docs/manual.css	Thu Apr 18 05:06:40 2013 +0300
@@ -16,19 +16,17 @@
 
 a.ulink, a.ulink:visited {
 	text-decoration: underline;
-        color: #bb0;
+        color: #333;
 }
 
 a:hover {
-	text-decoration: none;
-	background-color: #999;
-	color: white;
+	text-decoration: underline;
+	color: #000;
 }	
 
 a.ulink:hover {
-	text-decoration: none;
-	background-color: black;
-	color: yellow;
+	text-decoration: underline;
+	color: #;
 }	
 
 
@@ -47,6 +45,7 @@
 	border: 0px;
 }
 
+/*
 th {
 	padding: 2px;
 	margin: 2px;
@@ -60,6 +59,21 @@
 	margin: 2px;
 	color: black;
 }
+*/
+
+div.navheader {
+	color: black;
+	background: gray;
+	padding: 5pt;
+}
+
+div.navheader a {
+	color: white;
+	padding: 5pt;
+	background: #444;
+	-moz-border-radius: 5pt;
+	border-radius: 5pt;
+}
 
 pre.screen {
 	font-weight: bold;