Remove unused update-notification style

This commit is contained in:
Vincent Petry 2016-02-22 17:25:16 +01:00
parent 27544144ce
commit e37372e883

View File

@ -650,7 +650,7 @@ td.avatar {
width: 100%;
text-align: center;
}
#notification, #update-notification {
#notification {
margin: 0 auto;
max-width: 60%;
z-index: 8000;
@ -665,7 +665,7 @@ td.avatar {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
opacity: .9;
}
#notification span, #update-notification span {
#notification span {
cursor: pointer;
margin-left: 1em;
}