comparison app/assets/stylesheets/app_bootstrap.scss @ 265:6cca1ab53337

Infinitely better error messages and notice.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 02:56:30 +0900
parents 5d084a9716ca
children 41b0903c9b2b
comparison
equal deleted inserted replaced
264:fa4a1ba990ae 265:6cca1ab53337
1 @import 'twitter/bootstrap'; 1 @import 'twitter/bootstrap';
2 @import 'sticky-footer'; 2 @import 'sticky-footer';
3
4 // Rails support.
5 .field_with_errors {
6 @extend .has-error;
7 }