Author: wyoung
Date: Tue Nov 18 17:33:55 2008
New Revision: 2413

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2413&view=rev
Log:
Fixed a lot of slippage in refman custom CSS relative to newer Doxygens.
Previous version was made for Doxygen 1.3.x, and we've been generating
release docs from 1.4 and 1.5, which changed the generated HTML a lot,
resulting in some pretty ugly output.

Modified:
    trunk/doc/html/refman/refman.css

Modified: trunk/doc/html/refman/refman.css
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/html/refman/refman.css?rev=2413&r1=2412&r2=2413&view=diff
==============================================================================
--- trunk/doc/html/refman/refman.css (original)
+++ trunk/doc/html/refman/refman.css Tue Nov 18 17:33:55 2008
@@ -32,33 +32,39 @@
 /* Standard markup styles, borrowed from tangentsoft.net */
 body {
   background-color: #FFFFEE;
-  font-family:
-       "Georgia",
-       "Luxi Serif",
-       "New Century Schoolbook",
-       "Times New Roman",
-       "Times",
-       serif;
   margin-left: 30pt; 
   margin-right: 30pt; 
 }
+body, div, dd, dl, li, ol, p, td, ul {
+  font-family:
+    "Georgia",
+    "Luxi Serif",
+    "New Century Schoolbook",
+    "Times New Roman",
+    "Times",
+  serif;
+  font-size: 12pt;
+  line-height: 140%;
+}
 
+a { color: #491E00; }
 a:link { color: #491E00; }
 a:visited { color: #7D2E01; }
 a:hover { color: #CC5500; background-color: transparent; text-decoration: 
none; }
 a:active { color: #DA7417; } 
 
-p { line-height: 140%; }
+
+b { color: #501000; }
 
 h1, h2, h3, h4, h5, h6 {
   color: #501000;
   font-family:
-       "Verdana",
-       "Luxi Sans",
-       "Helvetica Narrow",
-       "Arial",
-       "Univers",
-       sans-serif;
+    "Verdana",
+    "Luxi Sans",
+    "Helvetica Narrow",
+    "Arial",
+    "Univers",
+  sans-serif;
   font-weight: bold;
 }
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to