Commit 07df0f818fdf1aecd391a3d944292d0331318ba4
1 parent
d890ae5f
Fix protocol call for urls
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
cabecalho-cinza-theme.css
| 1 | -@import url(http://fonts.googleapis.com/css?family=Open+Sans); | |
| 1 | +@import url(//fonts.googleapis.com/css?family=Open+Sans); | |
| 2 | 2 | |
| 3 | 3 | a:link, #content a:link, dl.portlet a:link { |
| 4 | 4 | color: #2c67cd; |
| ... | ... | @@ -25,7 +25,7 @@ tr:hover td { |
| 25 | 25 | #theme-header{} |
| 26 | 26 | |
| 27 | 27 | #header { |
| 28 | - padding: 15px 0 0 0; /*13px 0 0 0;*/ | |
| 28 | + padding: 15px 0 0 0; /*13px 0 0 0;*/ | |
| 29 | 29 | color: #000; |
| 30 | 30 | background-color:#f0f2f1; /*rgb(236,237,241);*/ |
| 31 | 31 | background-color:#ecedf1; |
| ... | ... | @@ -202,7 +202,7 @@ li#siteaction-mapadosite { |
| 202 | 202 | #theme-header .header-content #link-faq a { |
| 203 | 203 | border-right: 1px solid #2c66ce; |
| 204 | 204 | padding: 0 10px; |
| 205 | - | |
| 205 | + | |
| 206 | 206 | } |
| 207 | 207 | #theme-header .header-content #link-contact a { |
| 208 | 208 | padding-left: 10px; |
| ... | ... | @@ -413,7 +413,7 @@ background-position: -42px; |
| 413 | 413 | background-position: -71px; |
| 414 | 414 | } |
| 415 | 415 | |
| 416 | -#social-icons a:focus, | |
| 416 | +#social-icons a:focus, | |
| 417 | 417 | #social-icons a:hover { |
| 418 | 418 | opacity: 1; |
| 419 | 419 | filter: alpha(opacity=100); |
| ... | ... | @@ -481,7 +481,7 @@ background-position: -42px; |
| 481 | 481 | background-position: -71px; |
| 482 | 482 | } |
| 483 | 483 | |
| 484 | -#social-box a:focus, | |
| 484 | +#social-box a:focus, | |
| 485 | 485 | #social-box a:hover { |
| 486 | 486 | opacity: 1; |
| 487 | 487 | filter: alpha(opacity=100); |
| ... | ... | @@ -936,7 +936,7 @@ margin: 0 0 8px 0; |
| 936 | 936 | } |
| 937 | 937 | |
| 938 | 938 | footer nav ul { |
| 939 | - margin-left: 0px; | |
| 939 | + margin-left: 0px; | |
| 940 | 940 | } |
| 941 | 941 | |
| 942 | 942 | footer nav li { |
| ... | ... | @@ -984,7 +984,7 @@ footer .footer-ferramenta { |
| 984 | 984 | text-align:center |
| 985 | 985 | } |
| 986 | 986 | } |
| 987 | - | |
| 987 | + | |
| 988 | 988 | #content.internas div.pull-none { |
| 989 | 989 | width:100%; |
| 990 | 990 | margin:10px 0; | ... | ... |