From 5621f32752c05c5cf2e181d2a8f1cdf8ea197509 Mon Sep 17 00:00:00 2001 From: rugk Date: Sun, 21 Aug 2016 16:51:54 +0200 Subject: [PATCH] Readd icon instead of logo for header Continues #87 --- css/bootstrap/privatebin.css | 3 +-- img/icon.svg | 1 + tpl/bootstrap-compact.php | 2 +- tpl/bootstrap-dark-page.php | 4 ++-- tpl/bootstrap-dark.php | 2 +- tpl/bootstrap-page.php | 2 +- tpl/bootstrap.php | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 img/icon.svg diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index d51c3ba8..609de236 100644 --- a/css/bootstrap/privatebin.css +++ b/css/bootstrap/privatebin.css @@ -22,8 +22,7 @@ body.navbar-spacing { } .navbar-brand { - padding: 3px; - padding-left: 8px; + padding: 6px 4px 0 8px; } .navbar-form { diff --git a/img/icon.svg b/img/icon.svg new file mode 100644 index 00000000..e25a6bd3 --- /dev/null +++ b/img/icon.svg @@ -0,0 +1 @@ + diff --git a/tpl/bootstrap-compact.php b/tpl/bootstrap-compact.php index a0cc8ca0..944374a2 100644 --- a/tpl/bootstrap-compact.php +++ b/tpl/bootstrap-compact.php @@ -75,7 +75,7 @@ endif; - <?php echo I18n::_('PrivateBin'); ?> + <?php echo I18n::_('PrivateBin'); ?>