[svnbook commit] r2718 - trunk/src/en/book

cmpilato noreply at red-bean.com
Tue Feb 27 01:48:38 CST 2007


Author: cmpilato
Date: Tue Feb 27 01:48:37 2007
New Revision: 2718

Modified:
   trunk/src/en/book/styles.css

Log:
* src/en/book/styles.css
  Make <structname> tags look like other fixed-width markup.


Modified: trunk/src/en/book/styles.css
==============================================================================
--- trunk/src/en/book/styles.css	(original)
+++ trunk/src/en/book/styles.css	Tue Feb 27 01:48:37 2007
@@ -9,6 +9,42 @@
     font-family: arial,helvetica,sans-serif;
 }
 
+p, li, ul, ol, dd, dt
+{
+    font-style: normal;
+    font-weight: normal;
+    color: black;
+}
+
+tt, pre
+{
+    font-family: courier new,courier,fixed;
+}
+
+a
+{
+    color: blue;
+    text-decoration: underline;
+}    
+
+a:hover 
+{
+    background: rgb(75%,75%,100%);
+    color: blue;
+    text-decoration: underline;
+}
+
+a:visited 
+{
+    color: purple;
+    text-decoration: underline;
+}
+
+img
+{
+    border: none;
+}
+
 h1.title
 {
     font-size: 250%;
@@ -56,19 +92,7 @@
     color: black;
 }
 
-p,li,ul,ol,dd,dt
-{
-    font-style: normal;
-    font-weight: normal;
-    color: black;
-}
-
-tt,pre
-{
-    font-family: courier new,courier,fixed;
-}
-
-.command, .screen, .programlisting
+.command, .screen, .programlisting, .structname
 {
     font-family: courier new,courier,fixed;
     font-style: normal;
@@ -81,30 +105,6 @@
     font-style: italic;
 }
 
-a
-{
-    color: blue;
-    text-decoration: underline;
-}    
-
-a:hover 
-{
-    background: rgb(75%,75%,100%);
-    color: blue;
-    text-decoration: underline;
-}
-
-a:visited 
-{
-    color: purple;
-    text-decoration: underline;
-}
-
-img
-{
-    border: none;
-}
-
 .figure, .example, .table
 {
     margin: 0.125in 0.25in;




More information about the svnbook-dev mailing list