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

svnbook at googlecode.com svnbook at googlecode.com
Fri May 3 12:46:50 CDT 2013


Revision: 4479
Author:   cmpilato at gmail.com
Date:     Fri May  3 10:46:35 2013
Log:      * en/book/styles.css
   Show email links in variable-width font.
   When printing:
     - set the preferred baseline font size to 11pt.
     - don't colorize links.
     - don't underline links unless they are cross-references to other
       book sections.

http://code.google.com/p/svnbook/source/detail?r=4479

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

=======================================
--- /trunk/en/book/styles.css	Fri May  3 10:10:26 2013
+++ /trunk/en/book/styles.css	Fri May  3 10:46:35 2013
@@ -37,6 +37,9 @@
  tt, pre {
    font-family: monospace;
  }
+code.email {
+  font-family: serif;
+}
  a {
    color: blue;
    text-decoration: underline;
@@ -245,7 +248,16 @@
  @media print {
    body {
      margin: 0;
+    font-size: 11pt;
    }
+  a, a:visited {
+    color: black;
+    text-decoration: none;
+  }
+  a.xref, a.xref:visited {
+    color: black;
+    text-decoration: underline;
+  }
    .navheader, .navfooter {
      display: none;
    }




More information about the svnbook-dev mailing list