diff --git a/Makefile b/Makefile
index 6537aae8133bb81e3238ade54ab4fce0ff83cf54..617fcd34a6fb9e2d94f7a1c150a7da1ae4bae6ff 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ bootstrap:
 	cp img/* bootstrap/img/
 	lessc ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css
 	lessc --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css
-	lessc ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap.responsive
-	lessc --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap.min.responsive
+	lessc ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css
+	lessc --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css
 	cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js > bootstrap/js/bootstrap.js
 	uglifyjs -nc bootstrap/js/bootstrap.js > bootstrap/js/bootstrap.min.js
 
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index dc0607a45265f78d39b3f89c8d78b269023d411e..77ef5c31619cac30064092ffb32603026647fea5 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ