changeset 1217:9f05352eb65a

Design: added left border for example blocks.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 05 Jun 2014 19:53:20 +0400
parents 053c7860f0b6
children 28ccc8a37e7d
files xsls/style.xsls
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/style.xsls
+++ b/xsls/style.xsls
@@ -45,7 +45,8 @@ X:template style (lang) {
         blockquote.note   { text-align:     justify;
                             background:     #EEEEEE; }
         blockquote.example {
-                            background:     transparent; }
+                            background:     transparent;
+                            border-left:    1px solid #BBB; }
         blockquote.example pre {
                             padding:        0;
                             margin:         0; }