Commit d8ce899a0f21710a4278988be77911ea1538fbd3
1 parent
1456d2b1
Exists in
master
and in
2 other branches
Ajuste cabeçalho
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
cabecalho-juventude.css
| ... | ... | @@ -408,7 +408,7 @@ background-position: 0px 0px; |
| 408 | 408 | float: right; |
| 409 | 409 | } |
| 410 | 410 | #footer-content { |
| 411 | - background: #fff; | |
| 411 | + background: #FFF; | |
| 412 | 412 | text-align: left; |
| 413 | 413 | } |
| 414 | 414 | |
| ... | ... | @@ -442,11 +442,11 @@ background-position: 0px 0px; |
| 442 | 442 | font-family: "Open Sans",Arial,Helvetica,sans-serif; |
| 443 | 443 | } |
| 444 | 444 | #footer-columns dd a { |
| 445 | - color: #FFF; | |
| 445 | + color: #FFF !important; | |
| 446 | 446 | font-size: 1.4em; |
| 447 | 447 | } |
| 448 | 448 | #footer-columns dd a:hover { |
| 449 | - color: #F1CA7F; | |
| 449 | + color: #F1CA7F !important; | |
| 450 | 450 | } |
| 451 | 451 | #footer-columns.columns-4 .column { width: 22%; } |
| 452 | 452 | ... | ... |
header.html.erb
| ... | ... | @@ -60,10 +60,10 @@ |
| 60 | 60 | <div role="banner" id="header"> |
| 61 | 61 | <div> |
| 62 | 62 | <div id="logo"> |
| 63 | - <a id="portal-logo" title="Portal da Juventude - Secretaria-Geral da Presidência da República" href="/"> | |
| 63 | + <a id="portal-logo" title="Portal da Juventude - Secretaria Nacional de Juventude" href="/"> | |
| 64 | 64 | <span id="portal-title-1">Portal da</span> |
| 65 | 65 | <h1 id="portal-title" class="corto">Juventude</h1> |
| 66 | - <span id="portal-description">Secretaria-Geral da Presidência da República</span> | |
| 66 | + <span id="portal-description">Secretaria Nacional de Juventude</span> | |
| 67 | 67 | </a> |
| 68 | 68 | </div><!-- #logo --> |
| 69 | 69 | ... | ... |