Author: mysqlpp
Date: Mon Dec 3 09:49:14 2007
New Revision: 1952
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1952&view=rev
Log:
Tweaks to docs' style sheets: using Georgia for default body font,
opened up side margins a bit, and fixed lameness in Doxygen HTML which
was causing an unwanted hanging indent on body text.
Modified:
trunk/doc/html/refman/refman.css
trunk/doc/html/userman/tangentsoft.css
Modified: trunk/doc/html/refman/refman.css
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/html/refman/refman.css?rev=1952&r1=1951&r2=1952&view=diff
==============================================================================
--- trunk/doc/html/refman/refman.css (original)
+++ trunk/doc/html/refman/refman.css Mon Dec 3 09:49:14 2007
@@ -30,42 +30,51 @@
/* Standard markup styles, borrowed from tangentsoft.net */
-body { background-color: #FFFFEE; }
+body {
+ background-color: #FFFFEE;
+ font-family: "Georgia", "New Century Schoolbook", "Times New Roman",
+ "Times", serif;
+ margin-left: 30pt;
+ margin-right: 30pt;
+}
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%; margin-left: 20pt; }
+p { line-height: 140%; }
h1 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 20pt;
color: #501000;
+ margin-left: 0pt;
}
h2 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 16pt;
font-weight: bold;
color: #501000;
+ margin-left: -10pt;
}
h3 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 14pt;
font-weight: bold;
color: #501000;
+ margin-left: -10pt;
}
h4 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #501000;
+ margin-left: -10pt;
}
h5 {
font-family: verdana, helvetica narrow, arial, univers, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #501000;
- margin-left: 20pt;
}
Modified: trunk/doc/html/userman/tangentsoft.css
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/html/userman/tangentsoft.css?rev=1952&r1=1951&r2=1952&view=diff
==============================================================================
--- trunk/doc/html/userman/tangentsoft.css (original)
+++ trunk/doc/html/userman/tangentsoft.css Mon Dec 3 09:49:14 2007
@@ -1,5 +1,9 @@
BODY {
background-color: #FFFFEE;
+ font-family: "Georgia", "New Century Schoolbook", "Times New Roman",
+ "Times", serif;
+ margin-left: 30pt;
+ margin-right: 30pt;
}
a:link {
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits