From f6b42303bfbfd54a48cb25040b9944f23e1fe616 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 13 2013 18:11:36 +0000 Subject: Update css definition for admonitions in moin-1.5.9 theme. - Add top and bottom margin to admonitions. So they could be put one after the other with a reasonable amount of vertical space between them. --- diff --git a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css index 0e2056c..672ab70 100644 --- a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css +++ b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css @@ -854,6 +854,11 @@ div.searchresults dl { * -------------------------------------------------------------------- */ +table.message { + margin-top: 10px; + margin-bottom: 5px; + } + table.message td { padding: 5px; }