git-svn-id: https://develop.svn.wordpress.org/trunk@2025 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-12-31 18:55:00 +00:00
parent 939103cb50
commit 6af5eab416
1 changed files with 3 additions and 1 deletions

View File

@ -34,11 +34,13 @@ body {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color: #d5d6d7;
color: #333;
text-align: center;
}
#page {
background-color: white;
border: 1px solid #959596;
text-align: left;
}
#header {
@ -244,7 +246,7 @@ body {
.widecolumn {
padding: 10px 0 20px 0;
margin: 5px auto;
margin: 5px 0 0 150px;
width: 450px;
}