diff options
author | Azul <azul@leap.se> | 2014-07-04 15:36:41 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-05 10:21:07 +0200 |
commit | 24d108e15c38ca572d5339a39cb110d9067c0b3d (patch) | |
tree | b414c21a49d6635f2bb9ea06f3cce179cd80d005 /app/assets/stylesheets/application.scss | |
parent | addab2e939935201bb5a7d7a2070a3d340f8d376 (diff) |
backport bootstraps 3.2s list-inline
list-unstyled comes for free
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r-- | app/assets/stylesheets/application.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 28206b1..9cd3a55 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -11,6 +11,8 @@ // @import "bootstrap"; @import "bootstrap-responsive"; +// backport bootstrap 3.2 features +@import "backport"; // // LEAP web app specific overrides |