Skip to content

Commit

Permalink
trying out css change
Browse files Browse the repository at this point in the history
  • Loading branch information
alxjrvs committed Dec 10, 2012
1 parent 05d6c84 commit e610adb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/home.css.scss
Expand Up @@ -2,6 +2,9 @@
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 1170px;
}
body {
background: url('/assets/retina_wood.png');

Expand Down
@@ -1,6 +1,6 @@
class AddCoverFlagToIssuesAndVariants < ActiveRecord::Migration
def change
add_column :issues, :has_cover, :boolean, :default => false
add_column :variants, :has_cover, :boolean, :default => false
add_column :variants, :has_cover, :boolean, :default => false4
end
end

0 comments on commit e610adb

Please sign in to comment.