Better widths for notice options (improves Opera Mini's rendering)

This commit is contained in:
Sarven Capadisli 2009-10-15 13:08:57 +00:00
parent 94c7b2b43a
commit d7efe87e77

View File

@ -125,10 +125,10 @@ padding-bottom:4px;
} }
.notice div.entry-content { .notice div.entry-content {
margin-left:0; margin-left:0;
width:75%; width:65%;
} }
.notice-options { .notice-options {
width:70px; width:30%;
margin-right:2%; margin-right:2%;
} }