From 345268888f7580cd63710e4968939a7562301ebe Mon Sep 17 00:00:00 2001 From: Sidney Ricardo Medeiros Date: Fri, 26 Sep 2014 14:25:06 -0300 Subject: [PATCH] Changing the format of the logo image to SVG. --- cabecalho-cinza-theme.css | 3 ++- images/logotipo_spb.svg | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 images/logotipo_spb.svg diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 3021d60..d2732d6 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -85,8 +85,9 @@ background-repeat: no-repeat; } #logo #portal-title { - background-image: url("images/logotipo_spb.png"); + background-image: url("images/logotipo_spb.svg"); background-repeat: no-repeat; + background-size: 374px 78px; height: 78px; width: 374px; margin: 20px 0px 10px 0px; diff --git a/images/logotipo_spb.svg b/images/logotipo_spb.svg new file mode 100644 index 0000000..b0158c3 --- /dev/null +++ b/images/logotipo_spb.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- libgit2 0.21.2