ich habe das Forum wie folgt zentriert, allerdings ist diese Zentrierung nicht ganz so wie man sich eine Zentrierung vor stellt.
Im gesamten ist das Forum so ca 50px zu weit nach rechts gerutscht.
Code: Alles auswählen
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Arial;
color: #828282;
background-color: #FFFFFF;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
padding: 12px 0;
width: 800px;
margin-left: auto;
margin-right: auto;
}