[minor] [style]

This commit is contained in:
Rushabh Mehta 2013-07-26 17:38:47 +05:30
parent 547120bc59
commit a8dee9937e
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,6 @@ body {
margin: 0px;
padding-top: 70px;
padding-bottom: 50px;
background-color: #F5EFE6;
}
h1, h2, h3, h4, h5 {

View file

@ -75,6 +75,8 @@ wn.Application = Class.extend({
set_user_display_settings: function() {
if(wn.boot.profile.background_image) {
wn.ui.set_user_background(wn.boot.profile.background_image);
} else {
$("body").css("background-color", "#F5EFE6")
}
},