# HG changeset patch # User Valentin Bartenev # Date 1401983600 -14400 # Node ID 9f05352eb65a5b52c84474a07229a0e11963b835 # Parent 053c7860f0b62052e689981015b135fee76956d0 Design: added left border for example blocks. diff --git a/xsls/style.xsls b/xsls/style.xsls --- 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; }