Alignment fix for IE6

This commit is contained in:
Sarven Capadisli 2010-03-08 16:08:03 +00:00
parent a5cbd1918b
commit b8cb3d2833

View File

@ -12,11 +12,11 @@ margin:0 auto;
} }
#content { #content {
width:69%; width:66%;
} }
#aside_primary { #aside_primary {
padding:5%; padding:1.8%;
width:29.5%; width:24%;
} }
.entity_profile .entity_nickname, .entity_profile .entity_nickname,
.entity_profile .entity_location, .entity_profile .entity_location,
@ -32,9 +32,9 @@ margin-bottom:123px;
width:20%; width:20%;
} }
.notice div.entry-content { .notice div.entry-content {
width:50%; width:65%;
margin-left:30px; margin-left:30px;
} }
.notice-options a { .notice-options a {
width:16px; width:16px;
} }