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

svnbook at googlecode.com svnbook at googlecode.com
Fri Feb 1 12:15:24 CST 2013


Revision: 4386
Author:   cmpilato at gmail.com
Date:     Fri Feb  1 10:14:56 2013
Log:      * en/book/styles.css
   Add custom styles for <sup> tags (so that don't bust through the top
   of the line boundary) and mess up line spacing.  Also, increase the
   line height a bit to give lines of text a bit of breathing room.
http://code.google.com/p/svnbook/source/detail?r=4386

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

=======================================
--- /trunk/en/book/styles.css	Mon Jan 21 12:36:23 2013
+++ /trunk/en/book/styles.css	Fri Feb  1 10:14:56 2013
@@ -28,6 +28,11 @@
    font-style: normal;
    font-weight: normal;
    color: black;
+  line-height: 1.33em;
+}
+sup {
+  vertical-align: top;
+  font-size: 0.8em;
  }
  tt, pre {
    font-family: monospace;




More information about the svnbook-dev mailing list