diff --git a/Makefile b/Makefile
index 617fcd34a6..923c0ced34 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ WATCHR ?= `which watchr`
#
docs: bootstrap
+ rm docs/assets/bootstrap.zip
zip -r docs/assets/bootstrap.zip bootstrap
rm -r bootstrap
lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
@@ -42,6 +43,7 @@ bootstrap:
#
gh-pages: docs
+ rm -f ../bootstrap-gh-pages/assets/bootstrap.zip
node docs/build production
cp -r docs/* ../bootstrap-gh-pages
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 1c0f62fb84..5b15c4d272 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/base-css.html b/docs/base-css.html
index a198064f81..5176c3ecf0 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1577,6 +1577,21 @@ For example, <code>section</code> should be wrapped as inline.
+
+