changeset 1215:f39a8b156b3b

CSS: removed setting "border" to "none" for blockquotes. It's surplus. No visual changes expected.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 05 Jun 2014 19:53:20 +0400
parents 1281a1f9eec2
children 053c7860f0b6
files xsls/style.xsls
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/style.xsls	Thu Jun 05 18:34:36 2014 +0400
+++ b/xsls/style.xsls	Thu Jun 05 19:53:20 2014 +0400
@@ -42,12 +42,10 @@
         td.list           { background:     #EEEEEE; }
         blockquote.note   { text-align:     justify;
                             background:     #EEEEEE;
-                            border:         none;
                             margin:         1em;
                             padding:        0.5em; }
         blockquote.example {
                             background:     transparent;
-                            border:         none;
                             margin:         1em;
                             padding:        0.5em; }
         blockquote.example pre {