From: x2000habouzit Date: Fri, 13 Feb 2004 17:11:17 +0000 (+0000) Subject: centrage par marge négative, supporté par IE (openweb.eu.org) X-Git-Tag: xorg/old~1864 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=26a0bcc495200c9f0306b2c731a4383eee897c17;p=platal.git centrage par marge négative, supporté par IE (openweb.eu.org) --- diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 1ab1932..e6fa9e3 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -207,8 +207,9 @@ table.tinybicol td.info, table.bicol td.info { #body { width: 740px; - margin-left: auto; - margin-right: auto; + margin-left: -370px; + position: relative; + left: 50%; } #body-logo { @@ -274,4 +275,4 @@ table.tinybicol td.info, table.bicol td.info { vertical-align: top; } /* vim: set et ts=4 sts=4 sw=4: */ -/* $Id: default.css,v 1.17 2004-02-12 02:58:15 x2000habouzit Exp $ */ +/* $Id: default.css,v 1.18 2004-02-13 17:11:17 x2000habouzit Exp $ */