fix: Site starter style displays incorrectly in IE

This commit is contained in:
Graham Knop 2007-11-15 09:16:56 +00:00
parent d42f568456
commit 1be6ea85d9
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
- fix: SSL redirection broken
- fix: Shortcut overrides not copied with asset or removed on purge
- fix: Copy operations create version tags even with auto-commit turned on
- fix: Site starter style displays incorrectly in IE
7.4.13
- fix: field_loop missing from SQL Form template

View file

@ -227,7 +227,7 @@ a:visited { color: '.$form->get("visitedLinkColor").'; }
#mainBodyContentContainer { padding: 5px; margin-left: 200px; font-family: serif, times new roman; font-size: 12pt; }
#pageFooterContainer { text-align: center; background-color: '.$form->get("footerBackgroundColor").'; color: '.$form->get("footerTextColor").'; }
#copyrightContainer { font-size: 8pt; }
#pageWidthContainer { margin-left: 10%; margin-right: 10%; font-family: sans-serif, helvetica, arial; border: 3px solid black; }
#pageWidthContainer { width: 80%; margin-left: auto; margin-right: auto; font-family: sans-serif, helvetica, arial; border: 3px solid black; }
';
my $css = addAsset($importNode, {
title => "my-style.css",