From 163517da79d027458d5cadaa736962f4b4df8ab2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 3 Apr 2016 20:35:53 +0200 Subject: [PATCH] Remove useless CSS --- .../Resources/public/themes/material/css/main.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css index 6f44e1da..96c38822 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css @@ -54,20 +54,6 @@ body.login main { padding: 0; } -#warning_message { - position: fixed; - background-color: #ff6347; - z-index: 1000; - bottom: 0; - left: 0; - width: 100%; - color: #000; -} - -#warning_message a { - color: #555; -} - .border-bottom { border-bottom: 1px solid #DDD; } -- 2.41.0