aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-03 20:35:53 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-03 20:35:53 +0200
commit163517da79d027458d5cadaa736962f4b4df8ab2 (patch)
tree6638c43dd1af98cf0cdc1796caa5c00adeebb9f9 /src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
parenteff75729a119c429e1eb526739fd45ff9aa18885 (diff)
downloadwallabag-163517da79d027458d5cadaa736962f4b4df8ab2.tar.gz
wallabag-163517da79d027458d5cadaa736962f4b4df8ab2.tar.zst
wallabag-163517da79d027458d5cadaa736962f4b4df8ab2.zip
Remove useless CSS
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css14
1 files changed, 0 insertions, 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 {
54 padding: 0; 54 padding: 0;
55} 55}
56 56
57#warning_message {
58 position: fixed;
59 background-color: #ff6347;
60 z-index: 1000;
61 bottom: 0;
62 left: 0;
63 width: 100%;
64 color: #000;
65}
66
67#warning_message a {
68 color: #555;
69}
70
71.border-bottom { 57.border-bottom {
72 border-bottom: 1px solid #DDD; 58 border-bottom: 1px solid #DDD;
73} 59}