Fixed notification display for firefox

This commit is contained in:
Victoria Wang 2014-10-13 17:33:17 -07:00
parent 86a1d2dcac
commit ffc3d49af7
2 changed files with 4 additions and 1 deletions

View file

@ -274,6 +274,9 @@
li {
width:100%;
a {
float:left;
}
a:hover, a:focus {
background:#3C6670;
}