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

cmpilato noreply at red-bean.com
Mon Feb 26 20:08:36 CST 2007


Author: cmpilato
Date: Mon Feb 26 20:08:35 2007
New Revision: 2711

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

Log:
* src/en/book/styles.css
  Hide the "Tip", "Warning", and "Note" titles in their respective 
  blocks.  The icons serve the purpose well enough.


Modified: trunk/src/en/book/styles.css
==============================================================================
--- trunk/src/en/book/styles.css	(original)
+++ trunk/src/en/book/styles.css	Mon Feb 26 20:08:35 2007
@@ -206,6 +206,11 @@
     padding: 0 55px;
 }
 
+.note .title, .tip .title, .warning .title
+{
+    display: none;
+}
+
 .programlisting, .screen
 {
     font-size: 90%;




More information about the svnbook-dev mailing list