From: ivan Date: Tue, 3 Aug 2010 23:20:24 +0000 (+0000) Subject: margin and padding css defined properly in px X-Git-Tag: TORRUS_1_0_9~443 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f936f59edf460c72f4e4c4da4d701b99f4456890 margin and padding css defined properly in px --- diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 90ab0b71c..c83529e2b 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -15,7 +15,6 @@ Example: #old-style include( '/elements/header.html', 'Title', $menubar, $etc, $head); - %# @@ -43,8 +42,8 @@ Example: <% $head |n %> - STYLE="margin-top:0; margin-bottom:0; margin-left:0; margin-right:0"> - + STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px"> +
freeside