floated instead of positioned absolutely, notice entry-content is
aligned with the nickname on shownotice page)
}
#site_notice {
-position:absolute;
-top:65px;
-right:18px;
-width:250px;
+float:right;
+clear:right;
+margin-top:7px;
+margin-right:18px;
width:24%;
}
#page_notice {
border-style:solid;
border-width:1px;
}
+#shownotice #content {
+min-height:0;
+}
#content_inner {
position:relative;
float:left;
font-size:0.95em;
margin-left:59px;
-width:70%;
+width:65%;
}
#showstream .notice div.entry-content {
margin-left:0;
}
+#shownotice .notice div.entry-content {
+margin-left:108px;
+}
.notice .notice-options a,
.notice .notice-options input {