On Mon, Dec 15, 2008 at 7:03 PM, Sergiu Dumitriu <sergiu(a)xwiki.com> wrote:
  tmortagne (SVN) wrote:
  Author: tmortagne
 Date: 2008-12-15 18:26:50 +0100 (Mon, 15 Dec 2008)
 New Revision: 14756
 Modified:
    platform/skins/trunk/toucan/src/main/resources/toucan/toucan.css
 Log:
 STOUCAN-62: Add support for BoxMacro
 Modified: platform/skins/trunk/toucan/src/main/resources/toucan/toucan.css
 ===================================================================
 --- platform/skins/trunk/toucan/src/main/resources/toucan/toucan.css  2008-12-15 17:26:24
UTC (rev 14755)
 +++ platform/skins/trunk/toucan/src/main/resources/toucan/toucan.css  2008-12-15 17:26:50
UTC (rev 14756)
 @@ -274,6 +274,14 @@
      font-size: inherit;
  }
 +#xwikimaincontainerinner .box {
 +     margin: 1em 0;
 +     padding: 0 1px;
 +     overflow: auto;
 +     background-color: #F1F7FF;
 +     border: 1px dotted #555555;
 +} 
 How about putting these rules in a CSS file stored in the macro jar, and
 pull it as a resource SSX extension? Jerome can help. 
As far as I can see, this configuration is specifix to the skin, at
least we don't have the same thing for albatross and toucan (again I
just copy pasted .code css code).
 --
 Sergiu Dumitriu
 
http://purl.org/net/sergiu/
 _______________________________________________
 devs mailing list
 devs(a)xwiki.org
 
http://lists.xwiki.org/mailman/listinfo/devs
 
--
Thomas Mortagne