Skip to content

Commit

Permalink
Added Bootstrap helper styling to application.css.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Prelang Builder authored and u49362 committed Feb 13, 2015
1 parent 1ae721a commit 9434d9b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@
@import "bootstrap-sprockets";

@import "bootstrap";

//->Prelang (ui_framework:twitter_bootstrap)

// Give everything in 'yield' margin to separate it.
.yield {
margin: 30px;
}

// Constrain forms for models (scaffolded models) so they aren't full page width.
.form-model {
max-width: 750px;
}

0 comments on commit 9434d9b

Please sign in to comment.