changeset 1216:053c7860f0b6

Design: equalize padding and margin for all blockquotes. There are also tables wrapped into blockquotes without a class.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 05 Jun 2014 19:53:20 +0400
parents f39a8b156b3b
children 9f05352eb65a
files xsls/style.xsls
diffstat 1 files changed, 4 insertions(+), 6 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
@@ -40,14 +40,12 @@
         .compact dt       { padding-top:    0; }
         dd                { text-align:     justify; }
         td.list           { background:     #EEEEEE; }
+        blockquote        { margin:         1em;
+                            padding:        .5em; }
         blockquote.note   { text-align:     justify;
-                            background:     #EEEEEE;
-                            margin:         1em;
-                            padding:        0.5em; }
+                            background:     #EEEEEE; }
         blockquote.example {
-                            background:     transparent;
-                            margin:         1em;
-                            padding:        0.5em; }
+                            background:     transparent; }
         blockquote.example pre {
                             padding:        0;
                             margin:         0; }