Commit 840db72aeae8eac36d29f7c43aedd5868b290c62

Authored by Rodrigo Souto
2 parents e066c0a5 7dcf447b

Merge branch 'ai2981' into 'stable'

Don't let firefox show broken images name breaking layout

http://noosfero.org/Development/ActionItem2981
Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
  1 +/* browser fixes */
  2 +
  3 +img:-moz-broken {
  4 + -moz-force-broken-image-icon:1;
  5 +}
  6 +
  7 +/* general styles */
  8 +
1 9 body {
2 10 padding: 0px;
3 11 margin: 0px;
... ...