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

svnbook at googlecode.com svnbook at googlecode.com
Fri Jul 1 09:32:45 CDT 2011


Revision: 3870
Author:   cmpilato at gmail.com
Date:     Fri Jul  1 07:32:30 2011
Log:      * src/en/book/styles.css
   Tweak HTML styles (mostly around admonishments).

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

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

=======================================
--- /trunk/src/en/book/styles.css	Wed Jun 29 08:44:51 2011
+++ /trunk/src/en/book/styles.css	Fri Jul  1 07:32:30 2011
@@ -164,26 +164,22 @@
    font-size: 125%;
  }
  .note, .tip, .warning {
-  border: black solid 1px;
-  margin: 0.125in 0;
+  border-color: black;
+  border-style: double;
+  border-width: 3px 0;
+  margin: 0.25in 0;
    font-size: 90%;
  }
-.note {
-  background: rgb(252,246,220);
-}
-.tip {
-  background: rgb(224,244,255);
-}
-.warning {
-  background: rgb(255,210,210);
-}
-.note .title, .tip .title, .warning .title {
+.note td, .tip td, .warning td {
+  padding: 0.125in;
+}
+.note .title, .tip .title, .warning .title,
+.note th, .tip th, .warning th {
    display: none;
  }
  .programlisting, .screen {
    font-size: 90%;
    color: black;
-  margin: 1em 0.25in;
    padding: 0.5em;
    background: rgb(240,240,240);
    border-top: black dotted 1px;




More information about the svnbook-dev mailing list