From c6932ce3368761c657d03f3d3eb12247cf6f89bf Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 24 Sep 2014 14:15:58 -0300 Subject: [PATCH] Added SVG logo --- src/static/css/screen.css | 10 ++++++++++ src/static/img/logo.svg | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/templates/base.html | 2 +- src/templates/includes/big_header.html | 2 +- 4 files changed, 118 insertions(+), 2 deletions(-) create mode 100644 src/static/img/logo.svg diff --git a/src/static/css/screen.css b/src/static/css/screen.css index 039c8ea..c182da9 100644 --- a/src/static/css/screen.css +++ b/src/static/css/screen.css @@ -24,6 +24,16 @@ li hr { margin-left: 10px; } +.navbar-brand img { + width: 192px; + height: 40px; +} + +.main-logo { + width: 374px; + height: 78px; +} + #user-menu .wrapper { padding: 3px 10px; white-space: nowrap; diff --git a/src/static/img/logo.svg b/src/static/img/logo.svg new file mode 100644 index 0000000..2329baa --- /dev/null +++ b/src/static/img/logo.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/templates/base.html b/src/templates/base.html index 0855d8a..f3662ab 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -57,7 +57,7 @@ - Colab + Colab