From dcc37fdd0891895737d654aa5409f8f09a99bd8c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 5 Dec 2018 14:17:07 +0300 Subject: css lint fixes --- src/main/assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index fab760fb..9179ab80 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -100,7 +100,7 @@ html { } body > header { background: #f8f8f8; - box-shadow: 0 0 3px rgba(0, 0, 0, .28); + box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); position: fixed; top: 0; width: 100%; @@ -191,7 +191,7 @@ body > header { padding: 4px 20px; transition: background 0.3s ease-out; } -.msg-cont>nav.l a:hover, +.msg-cont > nav.l a:hover, #global a:hover { color: #fff; transition: background 0.3s ease-out; -- cgit v1.2.3