Seite 1 von 1

Mein Board verkleinern ?

Verfasst: 11.07.2009 12:40
von Latza
Hallo
Gibt es eine einfache möglichkeit mein board etwas kleiner und mittiger zu machen ?
http://keeperboard.ke.ohost.de

Re: Mein Board verkleinern ?

Verfasst: 12.07.2009 14:06
von JFooty
Falls ich dich richtig verstanden haben sollte:

Finde in der stylesheet.css:

Code: Alles auswählen

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #999999;
    background-image: url('./images/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0 auto;
}
Ersetze mit:

Code: Alles auswählen

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #999999;
    background-image: url('./images/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0 auto;
	padding:0 3%
}