Don't float the show-announcement button.

This commit is contained in:
Nicolas Stepien 2013-04-16 22:32:55 +02:00
parent fef23ef18b
commit 48267c2462

View File

@ -374,8 +374,7 @@ a[href="javascript:;"] {
:root.hide-announcement #globalMessage {
display: none;
}
a.hide-announcement,
a.show-announcement {
a.hide-announcement {
float: left;
}