Commit 1d20de57f43b26704d2365a85475ce99528a3b96

Authored by Evandro Junior
1 parent b13f45f9

using barra brasil at the footer

Showing 2 changed files with 8 additions and 9 deletions   Show diff stats
footer.html.erb
@@ -139,14 +139,7 @@ @@ -139,14 +139,7 @@
139 </div><!-- .footer-inner --> 139 </div><!-- .footer-inner -->
140 </div><!-- #footer-columns --> 140 </div><!-- #footer-columns -->
141 141
142 - <div id="footer-logos">  
143 - <div class="footer-inner">  
144 - <a class="logo-acesso" href="http://www.acessoainformacao.gov.br/"><span>Acesso a Informação</span></a>  
145 - <div class="institucionais">  
146 - <a class="logo-brasil" href="http://www.brasil.gov.br/"><span>Brasil - Governo Federal</span></a>  
147 - </div>  
148 - </div>  
149 - </div><!-- end id="footer-logos" --> 142 + <div id="footer-brasil"></div>
150 143
151 <div id="footer-license"> 144 <div id="footer-license">
152 <p class="addrs"><strong>Secretaria Nacional de Juventude</strong><br/> 145 <p class="addrs"><strong>Secretaria Nacional de Juventude</strong><br/>
@@ -158,7 +151,7 @@ Pavilhão das Metas, Via VN1 - Leste - s/nº Praça dos Três Poderes - Zona Cí @@ -158,7 +151,7 @@ Pavilhão das Metas, Via VN1 - Leste - s/nº Praça dos Três Poderes - Zona Cí
158 </div><!-- end id="footer-license" --> 151 </div><!-- end id="footer-license" -->
159 </div> 152 </div>
160 153
161 -<script src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script> 154 +<script defer="defer" src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script>
162 155
163 <!-- Piwik --> 156 <!-- Piwik -->
164 <script type="text/javascript"> 157 <script type="text/javascript">
@@ -3552,3 +3552,9 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max @@ -3552,3 +3552,9 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max
3552 max-height: 315px; 3552 max-height: 315px;
3553 overflow: hidden; 3553 overflow: hidden;
3554 } 3554 }
  3555 +
  3556 +#footer-brasil {
  3557 + background: none repeat scroll 0% 0% #0042b1;
  3558 + padding: 1em 0px;
  3559 + max-width: 100%;
  3560 +}