fix a syntax error in the css. this needs to be finxed in finnlabs/finnlabs-themes heme-generator as well

pull/1186/head
Martin Linkhorst 12 years ago
parent 55b967c4b7
commit b6af2e29e3
  1. 5
      app/assets/stylesheets/default/application.css.erb

@ -3034,12 +3034,13 @@ li a.help:hover {
}
#header {
height: ;
height: '';
}
#logo {
background: url(<%= asset_path 'logo_openproject.png' %>) no-repeat 19px 8px;
width: 245px;
height: ;
height: '';
}
li a.home {

Loading…
Cancel
Save