From 74625f1e2a823fcd11e3075ea0cd0a0ac94e3449 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 22 2011 02:02:41 +0000 Subject: Update Webenv/Css/Docbook/admonitions.css. --- diff --git a/Identity/Webenv/Css/Docbook/admonitions.css b/Identity/Webenv/Css/Docbook/admonitions.css index 5922f41..23d7db7 100755 --- a/Identity/Webenv/Css/Docbook/admonitions.css +++ b/Identity/Webenv/Css/Docbook/admonitions.css @@ -63,7 +63,7 @@ div.important table th, div.important table td, div.caution table th, div.caution table td, div.warning table th, div.warning table td { border:none; - padding: 0 0 0 0; + padding: 0 0 0.5em 0; } div.note table th, @@ -88,7 +88,7 @@ div.tip table td p, div.important table td p, div.caution table td p, div.warning table td p { - margin: 0 1em 1.3em 0; + margin: 0 2em 1em 0; } div.note pre, @@ -99,6 +99,6 @@ div.warning pre { border: none; background-color: #333; color: #FFFFFF; - margin: 0 0.5em 0.5em 0; + margin: 0 2em 1em 0; padding: 0.5em; }