From c3588948e9ff5bc19ef102fbf71f125d8b275f06 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 15 2011 15:14:27 +0000 Subject: Update `trunk/Identity/Webenv/default.css': - Fix admonition `margin-bottom' definition in order to make it equal to its `margin-top' definition. Notice that we need to consider paragraph's top and bottom margins here in order to set the correct value. --- diff --git a/Identity/Webenv/Css/default.css b/Identity/Webenv/Css/default.css index c11842f..0da458e 100755 --- a/Identity/Webenv/Css/default.css +++ b/Identity/Webenv/Css/default.css @@ -145,7 +145,7 @@ blockquote { margin-left: 1.5em; padding: 0.5em; margin-top: 1em; - margin-bottom: 0.5em; + margin-bottom: 1.3em; } blockquote h3 {