# HG changeset patch # User Valentin Bartenev # Date 1401983600 -14400 # Node ID 28ccc8a37e7d57c956cf375ee0c15491710f456f # Parent 9f05352eb65a5b52c84474a07229a0e11963b835 Design: new style for notes. diff --git a/xsls/style.xsls b/xsls/style.xsls --- 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;