List:Commits« Previous MessageNext Message »
From:mcbrown Date:July 11 2007 2:11pm
Subject:svn commit - mysqldoc@docsrva: r7084 - trunk/xsl.d
View as plain text  
Author: mcbrown
Date: 2007-07-11 16:11:05 +0200 (Wed, 11 Jul 2007)
New Revision: 7084

Log:
Removing courier from the specification for monospace elements



Modified:
   trunk/xsl.d/mysql-html.css


Modified: trunk/xsl.d/mysql-html.css
===================================================================
--- trunk/xsl.d/mysql-html.css	2007-07-11 12:20:28 UTC (rev 7083)
+++ trunk/xsl.d/mysql-html.css	2007-07-11 14:11:05 UTC (rev 7084)
Changed blocks: 4, Lines Added: 6, Lines Deleted: 6; 1341 bytes

@@ -19,17 +19,17 @@
 div.chapter code,div.section code {
   color: #0e4075;
   font-weight: normal;
-  font-family:courier, fixed, monospace;
+  font-family: monospace, fixed;
    font-size:95%;
 }
 div.chapter pre, div.section pre {
   color: #a1520f;
   background-color: white;
-  font-family:courier, fixed, monospace;
+  font-family: monospace, fixed;
   font-size:95%;
 }
 .type {
-  font-family:courier, fixed, monospace;
+  font-family:monospace, fixed;
   font-size:95%;
 }
 

@@ -279,7 +279,7 @@
   font-size: 100%;
 }
 span.type {
-  font-family:courier, fixed, monospace;
+  font-family:monospace, fixed;
 }
 span.bold strong {
   font-style: italic;

@@ -294,7 +294,7 @@
   font-weight: bold;
 }
 span.section code.literal, div.section code.literal, div.section code.classname, div.example code.literal {
-  font-family: courier, fixed, monospace;
+  font-family: monospace, fixed;
   font-weight: bold;
   color: #026789;
   font-size:95%;

@@ -314,7 +314,7 @@
 }
 /* Colours and borders */
 strong.command {
-  font-family:courier, fixed, monospace;
+  font-family:monospace, fixed;
   font-size:90%;
   color: #990000;
   font-weight: normal;


Thread
svn commit - mysqldoc@docsrva: r7084 - trunk/xsl.dmcbrown11 Jul