changeset 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
files xsls/style.xsls
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/style.xsls	Thu Jun 05 19:53:20 2014 +0400
+++ b/xsls/style.xsls	Thu Jun 05 19:53:20 2014 +0400
@@ -42,10 +42,9 @@
         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;