← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 513: CSS fix

 

------------------------------------------------------------
revno: 513
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Sun 2012-04-29 18:35:22 +0200
message:
  CSS fix
modified:
  src/docbkx/en/resources/css/docbook_bsd.css


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/resources/css/docbook_bsd.css'
--- src/docbkx/en/resources/css/docbook_bsd.css	2012-04-17 10:58:49 +0000
+++ src/docbkx/en/resources/css/docbook_bsd.css	2012-04-29 16:35:22 +0000
@@ -41,6 +41,7 @@
 	margin: 1em 8% 1em 10%;  
 	line-height: 1.4;
 	font-family: Arial, Sans-serif;
+	color: #222;
 }  
   
 .LEGALNOTICE {  
@@ -66,7 +67,8 @@
 .QUESTION,  
 DIV.TABLE P B,  
 DIV.PROCEDURE P B {  
-	color: #990000;  
+	color: #000000;
+	font-weight: lighter;
 }  
 
 TABLE {
@@ -84,19 +86,19 @@
 }  
   
 BODY H1, BODY H2 {  
-	margin: .8em 0 0 -4%;  
+	margin: 1.2em 0 0 -4%;  
 }  
   
 BODY H3, BODY H4 {  
-	margin: .8em 0 0 -3%;  
+	margin: 1.2em 0 0 -3%;  
 }  
   
 BODY H5 {  
-	margin: .8em 0 0 -2%;  
+	margin: 1.2em 0 0 -2%;  
 }  
   
 BODY H6 {  
-	margin: .8em 0 0 -1%;  
+	margin: 1.2em 0 0 -1%;  
 }  
   
 BODY HR {  
@@ -173,10 +175,6 @@
 	border: 1px solid #ccc;  
 }  
   
-@media screen {  /* hide from IE3 */  
-	a[href]:hover { background: #ffa }  
-}  
-  
 BLOCKQUOTE.NOTE {  
 	color: #222;  
 	background: #eee;