From 6c7ab381646754c657755274f706905e5bfacbf2 Mon Sep 17 00:00:00 2001 From: Markus Cisler Date: Wed, 25 Sep 2013 18:06:46 +0200 Subject: Align the brand image correctly --- application/views/header.php | 2 +- data/css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/application/views/header.php b/application/views/header.php index 75f51664a..8f246aeb8 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -43,7 +43,7 @@ if (is_cli_client() && !isset($force_full_html)) { FileBin'; + echo ' FileBin'; } else { echo "FileBin"; } diff --git a/data/css/style.css b/data/css/style.css index 1ee0cbfb9..5f1286e82 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -16,6 +16,10 @@ color: inherit !important; } +.brand-icon { + vertical-align: bottom; +} + .login-page { max-width: 300px; } -- cgit v1.2.3-24-g4f1b