diff xsls/style.xsls @ 1218:28ccc8a37e7d

Design: new style for notes.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 05 Jun 2014 19:53:20 +0400
parents 9f05352eb65a
children 69445572ea13
line wrap: on
line diff
--- a/xsls/style.xsls
+++ b/xsls/style.xsls
@@ -42,10 +42,9 @@ X:template style (lang) {
         td.list           { background:     #EEEEEE; }
         blockquote        { margin:         1em;
                             padding:        .5em; }
-        blockquote.note   { text-align:     justify;
-                            background:     #EEEEEE; }
+        blockquote.note   { border:         1px dotted #999;
+                            text-align:     justify; }
         blockquote.example {
-                            background:     transparent;
                             border-left:    1px solid #BBB; }
         blockquote.example pre {
                             padding:        0;