[minor] [style]
This commit is contained in:
parent
547120bc59
commit
a8dee9937e
2 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ body {
|
|||
margin: 0px;
|
||||
padding-top: 70px;
|
||||
padding-bottom: 50px;
|
||||
background-color: #F5EFE6;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue