From 0efbbba5d662a173563a40baf113e75b3ed631fb Mon Sep 17 00:00:00 2001 From: Cerdic <cedric@yterium.com> Date: Thu, 15 Nov 2007 20:19:00 +0000 Subject: [PATCH] #1122 brouteur casse en ecran large --- dist/style_prive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/style_prive.html b/dist/style_prive.html index 28ddf88fab..019f1165ae 100644 --- a/dist/style_prive.html +++ b/dist/style_prive.html @@ -40,7 +40,7 @@ body, body * { font-size: 100%;font-family: Verdana, Geneva, Sans, sans-serif; } #extra { float: left; width: 200px; } /* ecran large*/ -.large #conteneur,.large .table_page { margin-right: auto; margin-left: auto; text-align: left; width: 950px; } +.large #conteneur,.large .table_page { margin-right: auto; margin-left: auto; text-align: left; width: 974px; } .large #navigation { float: left; width: 200px; } .large #contenu { float: left; margin-left: 17px; width: 540px; } .large #extra { float: right; width: 170px; } -- GitLab