From 4c78612eb47b235bc75a90d0aa7df51d654be0c7 Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 11 Jul 2018 21:51:52 +0200 Subject: wallabag logo with typo replaced by an SVG one --- .../static/themes/_global/img/logo-other_themes.png | Bin 3058 -> 0 bytes app/Resources/static/themes/material/css/layout.scss | 4 ++++ 2 files changed, 4 insertions(+) delete mode 100755 app/Resources/static/themes/_global/img/logo-other_themes.png (limited to 'app/Resources/static/themes') diff --git a/app/Resources/static/themes/_global/img/logo-other_themes.png b/app/Resources/static/themes/_global/img/logo-other_themes.png deleted file mode 100755 index c90aa46f..00000000 Binary files a/app/Resources/static/themes/_global/img/logo-other_themes.png and /dev/null differ diff --git a/app/Resources/static/themes/material/css/layout.scss b/app/Resources/static/themes/material/css/layout.scss index cfdbf2b3..56c805ef 100755 --- a/app/Resources/static/themes/material/css/layout.scss +++ b/app/Resources/static/themes/material/css/layout.scss @@ -24,6 +24,10 @@ main, height: 100%; } +.typo-logo { + max-width: 150px; +} + #main { flex: 1 0 auto; -- cgit v1.2.3