Skip to content

Commit dff786d

Browse files
committed
Add a white background.
Move the css edit from the previous commit to the main style sheet
1 parent fd92e6b commit dff786d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ def get_activity_by_author
270270

271271
@import 'public/stylesheets/gridset.scss'
272272

273+
html
274+
background-color: white
275+
273276
body
274277
font-family: 'Lucida Grande', Verdana, sans-serif
275278
font-size: 14px

public/stylesheets/chosen.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
html {
2-
background-color: white;
3-
}
41
/* @group Base */
52
.chzn-container {
63
font-size: 13px;

0 commit comments

Comments
 (0)