Make the width adapt the page

This commit is contained in:
alexandresalome 2011-03-05 14:15:45 +01:00 committed by Fabien Potencier
parent 0ce6630ba3
commit fa6a9c1db9

View File

@ -9,11 +9,6 @@ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pr
html, html,
body body
{ {
width:100%;
min-height:100%;
_height:100%;
margin:0;
padding:0;
background-color:#efefef; background-color:#efefef;
} }
body body
@ -134,8 +129,10 @@ fieldset
#content #content
{ {
width:970px; padding: 0 50px;
margin:0 auto; margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
min-width: 970px;
} }
.header .header
@ -234,6 +231,11 @@ fieldset
padding:40px 0 40px 50px; padding:40px 0 40px 50px;
} }
.collector_content table td
{
background-color: white;
}
h1 h1
{ {
font-family:Georgia, "Times New Roman", Times, serif; font-family:Georgia, "Times New Roman", Times, serif;
@ -271,11 +273,6 @@ li
margin-right:2px; margin-right:2px;
} }
#content
{
font-family:Arial, Helvetica, sans-serif;
}
.resume .resume
{ {
background-color:#f6f6f6; background-color:#f6f6f6;