summaryrefslogtreecommitdiff
path: root/res/css/style.css
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-04 00:44:10 +0200
committerOfer Lehr <ofer@oferlehr.com>2014-12-04 00:44:10 +0200
commit33cb1088c2040c9a8dee5903b5940760d4197c99 (patch)
tree4ad4eb5ca5c1b592ccf375a904fa9440c7452c3d /res/css/style.css
parentde6f766ec27040f402af5c2b16cb298181e622c1 (diff)
moved organization logo to css instead of inline HTML
Diffstat (limited to 'res/css/style.css')
-rw-r--r--res/css/style.css5
1 files changed, 4 insertions, 1 deletions
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 {