Commit e9c4b1470e473882579bc142e6fed62165477434
1 parent
6c2e09e1
Exists in
master
and in
5 other branches
fixing bug in high contrast
Showing
2 changed files
with
3 additions
and
8 deletions
Show diff stats
header.rhtml
1 | -<script type='text/javascript'> | |
2 | -(function($) { | |
3 | - if($.cookie("high_contrast") === 'true'){ | |
4 | - $( "body" ).toggleClass( "contraste" ); | |
5 | - } | |
6 | -})(jQuery); | |
7 | -</script> | |
8 | 1 | <div id="barra-brasil"> |
9 | 2 | <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Portal do Governo Brasileiro</a> |
10 | 3 | </div> | ... | ... |