From 07df0f818fdf1aecd391a3d944292d0331318ba4 Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Mon, 27 Apr 2015 14:24:53 -0300 Subject: [PATCH] Fix protocol call for urls --- cabecalho-cinza-theme.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 6d4cbf8..dfa39a6 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans); +@import url(//fonts.googleapis.com/css?family=Open+Sans); a:link, #content a:link, dl.portlet a:link { color: #2c67cd; @@ -25,7 +25,7 @@ tr:hover td { #theme-header{} #header { - padding: 15px 0 0 0; /*13px 0 0 0;*/ + padding: 15px 0 0 0; /*13px 0 0 0;*/ color: #000; background-color:#f0f2f1; /*rgb(236,237,241);*/ background-color:#ecedf1; @@ -202,7 +202,7 @@ li#siteaction-mapadosite { #theme-header .header-content #link-faq a { border-right: 1px solid #2c66ce; padding: 0 10px; - + } #theme-header .header-content #link-contact a { padding-left: 10px; @@ -413,7 +413,7 @@ background-position: -42px; background-position: -71px; } -#social-icons a:focus, +#social-icons a:focus, #social-icons a:hover { opacity: 1; filter: alpha(opacity=100); @@ -481,7 +481,7 @@ background-position: -42px; background-position: -71px; } -#social-box a:focus, +#social-box a:focus, #social-box a:hover { opacity: 1; filter: alpha(opacity=100); @@ -936,7 +936,7 @@ margin: 0 0 8px 0; } footer nav ul { - margin-left: 0px; + margin-left: 0px; } footer nav li { @@ -984,7 +984,7 @@ footer .footer-ferramenta { text-align:center } } - + #content.internas div.pull-none { width:100%; margin:10px 0; -- libgit2 0.21.2