summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application.scss
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-07-04 15:36:41 +0200
committerAzul <azul@leap.se>2014-07-05 10:21:07 +0200
commit24d108e15c38ca572d5339a39cb110d9067c0b3d (patch)
treeb414c21a49d6635f2bb9ea06f3cce179cd80d005 /app/assets/stylesheets/application.scss
parentaddab2e939935201bb5a7d7a2070a3d340f8d376 (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.scss2
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