From e37372e8832c9d12c0c602356bd7d3a122a2bb61 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 22 Feb 2016 17:25:16 +0100 Subject: [PATCH] Remove unused update-notification style --- core/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 2fd350f3c4a..4edb29a8c6e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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; }