From 33cb1088c2040c9a8dee5903b5940760d4197c99 Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Thu, 4 Dec 2014 00:44:10 +0200 Subject: moved organization logo to css instead of inline HTML --- res/css/partials/top-bar.scss | 3 +++ res/css/style.css | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'res/css') diff --git a/res/css/partials/top-bar.scss b/res/css/partials/top-bar.scss index a04fdb77..cffd200a 100644 --- a/res/css/partials/top-bar.scss +++ b/res/css/partials/top-bar.scss @@ -54,4 +54,7 @@ .organization-logo { display: inline-block; margin-left: 12px; + background: url(../img/CRI-logo.png); + min-height: 30px; + min-width: 30px; } \ No newline at end of file diff --git a/res/css/style.css b/res/css/style.css index f5a2985a..3e8374e7 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -482,7 +482,10 @@ input { .organization-logo { display: inline-block; - margin-left: 12px; } + margin-left: 12px; + background: url(../img/CRI-logo.png); + min-height: 30px; + min-width: 30px; } /* Headings */ h1 { -- cgit v1.3.1