Update header.html

This commit is contained in:
Timm 2014-11-05 11:33:04 +01:00
parent c5af7c655d
commit e7d0dd7c10
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
$.getJSON("http://status.chaospott.de/status.json").done(function(data) {
if(data.state.open) {
$( "#status_open" ).css( "display", "block" );
$( "#status_bar" ).css( "borderColor", "#00ff00" );
$( "#status_bar" ).css( "borderColor", "#32AB3C" );
} else {
$( "#status_closed" ).css( "display", "block" );
$( "#status_bar" ).css( "borderColor", "#ff0000" );
@ -34,7 +34,7 @@
});
</script>
<li id="status_open">
<a href="#" style="color:#00ff00 !important;">
<a href="#" style="color:#32AB3C !important;">
Raum offen
</a>
</li>