Merge pull request #2181 from charltonaustin/fix_multiline_motd

Fixing the z index for multiline message of the day.
This commit is contained in:
Charlton Austin 2016-11-30 14:29:11 -05:00 committed by GitHub
commit 2d3c5f8fd9

View file

@ -45,6 +45,7 @@
.announcement.inline {
position: relative;
z-index: 2;
}
.announcement .spacer {