app/assets/stylesheets/citygate/application.css.scss in citygate-0.0.2 vs app/assets/stylesheets/citygate/application.css.scss in citygate-0.0.3

- old
+ new

@@ -9,33 +9,5 @@ * compiled file, but it's generally better to create a new file per style scope. * *= require_self *= require_tree . */ - -@import 'bootstrap'; - -body { - background-color: #cccccc; -} - -header nav ul { - list-style: none; - margin: 0 0 2em; - padding: 0; -} -header nav ul li { - display: inline; -} -#flash_notice, #flash_alert { - padding: 5px 8px; - margin: 10px 0; -} -#flash_notice { - background-color: #CFC; - border: solid 1px #6C6; -} -#flash_alert { - background-color: #FCC; - border: solid 1px #C66; -} -