Skip to content

Commit

Permalink
Adds and uses page background image
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Apr 2, 2012
1 parent d55b1f4 commit 2d34402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/_base.sass
Expand Up @@ -24,8 +24,7 @@ html
+full-height

body
background: $page-bg
background-image: url("/assets/page_bg.png")
background: $page-bg url(image_path('page_bg.png')) repeat
height: 100%
min-height: 100%
font-size: 13px
Expand Down
3 changes: 1 addition & 2 deletions app/assets/stylesheets/_chat_area.sass
Expand Up @@ -45,8 +45,7 @@

.ui-widget-content
+full-height
background: $panel-bg
background-image: url("/assets/page_bg.png")
background: $panel-bg url(image_path('page_bg.png')) repeat
font-size: 13px

.paginated-activities
Expand Down

0 comments on commit 2d34402

Please sign in to comment.