[svnbook] r3956 committed - * src/en/book/styles.css...

svnbook at googlecode.com svnbook at googlecode.com
Thu Aug 4 13:14:52 CDT 2011


Revision: 3956
Author:   cmpilato at gmail.com
Date:     Thu Aug  4 11:14:30 2011
Log:      * src/en/book/styles.css
   Try to hide the display of a specially-encoded (but seemingly
   unnecessary) <br/> which follows tables, figures, and examples.

Patch by: Quinn Taylor <quinntaylor at mac.com>
http://code.google.com/p/svnbook/source/detail?r=3956

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

=======================================
--- /trunk/src/en/book/styles.css	Fri Jul 29 08:54:03 2011
+++ /trunk/src/en/book/styles.css	Thu Aug  4 11:14:30 2011
@@ -134,6 +134,9 @@
    text-align: left !important;
    font-size: 100% !important;
  }
+.table-break, .figure-break, .example-break {
+  display: none;
+}
  .author, .pubdate {
    margin: 0;
    font-size: 100%;




More information about the svnbook-dev mailing list