Layout fix for IE6

This commit is contained in:
Sarven Capadisli 2009-06-22 17:18:09 +00:00
parent 7cf0a4c647
commit 7b269a6712

View File

@ -5,6 +5,12 @@ margin-left:7px;
address .fn {
display:none;
}
#wrap {
width:1003px;
margin:0 auto;
}
#content {
width:70%;
}
@ -26,5 +32,6 @@ margin-bottom:123px;
width:20%;
}
.notice div.entry-content {
width:63%;
width:50%;
margin-left:30px;
}