From d38067ec1aa3fd637525eb7f8e2fe69503388a32 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Tue, 22 Oct 2013 13:00:14 -0700 Subject: [PATCH] Fix lint errors --- static/utilities.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/utilities.less b/static/utilities.less index 824d3dafc..ae7ef14aa 100644 --- a/static/utilities.less +++ b/static/utilities.less @@ -66,8 +66,8 @@ div > .inline-block-tight:last-child { width: 100%; height: 100%; position: fixed; - top: 0px; - right: 0px; + top: 0; + right: 0; opacity: 0.0; -webkit-animation: visual-beep-flash 0.2s ease-out; background: @background-color-warning;