Author: mcbrown
Date: 2006-11-09 10:09:15 +0100 (Thu, 09 Nov 2006)
New Revision: 3889
Log:
Updating from public docs.css
Modified:
trunk/xsl.d/mysql-html.css
Modified: trunk/xsl.d/mysql-html.css
===================================================================
--- trunk/xsl.d/mysql-html.css 2006-11-09 06:28:32 UTC (rev 3888)
+++ trunk/xsl.d/mysql-html.css 2006-11-09 09:09:15 UTC (rev 3889)
Changed blocks: 4, Lines Added: 21, Lines Deleted: 5; 1453 bytes
@@ -1,5 +1,5 @@
div.section p,div.chapter p {
- font-family: "Times Roman", Serif;
+ font-family: sans-serif;
font-size:100%;
display: block;
max-width:720px;
@@ -39,6 +39,12 @@
font-weight: bold;
}
+div.col66 div.book div.titlepage h1.title {
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 150%;
+ font-weight: bold;
+}
+
div.chapter div.titlepage h2 {
font-size:200%;
font-weight: normal;
@@ -224,15 +230,15 @@
h3.title code.literal {
color: black;
}
-div.section table, div.chapter table {
- max-width:720px;
+div.section table, div.chapter table, div.informaltable table {
+ max-width:660px;
border: none;
}
table tr {
vertical-align: top;
}
td {
- font-family:roman, 'times new roman', times, serif;
+ font-family:helvetica, arial, sans-serif;
font-size: 95%;
padding:0px 5px 0px 5px;
border: outset 0.1em white;
@@ -245,7 +251,17 @@
}
div.col66 p, div.col66 pre.programlisting, div.col66 table, div.col66 div.informaltable table {
min-width: 600px;
- max-width: 680px;
+ max-width: 660px;
}
+p.es { /* Enterprise Server only */
+ color:#cc6600;
+ font-weight: bold;
+ font-style: normal;
+}
+p.cs { /* Community Server only */
+ color:#ff6600;
+ font-weight: bold;
+ font-style: normal;
+}
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3889 - trunk/xsl.d | mcbrown | 9 Nov |