diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 65e0327324b919a0b10c2750ed42a6029ac7b0ee..e6ef1c0650f893c22aca5e6a433f00fbf50b8e32 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 3dce9e34888dbeeb95f41b305caadb4b66b7227e..758b266c16f2c523971514c6036ee81e239b1713 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1085,6 +1085,10 @@ select:focus:required:invalid:focus {
 .search-query {
   padding-left: 14px;
   padding-right: 14px;
+  padding-left: 4px \9;
+  /* IE7-8 doesn't have border-radius, so don't indent the padding */
+
+  padding-right: 4px \9;
   margin-bottom: 0;
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
diff --git a/less/forms.less b/less/forms.less
index 2164fe0ee615a235bd936aa2cd3d553b67e3e701..4f99cce8dbecb52f7db0d2f9debfd932146b35a7 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -450,6 +450,8 @@ select:focus:required:invalid {
 .search-query {
   padding-left: 14px;
   padding-right: 14px;
+  padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */
+  padding-right: 4px \9;
   margin-bottom: 0; // remove the default margin on all inputs
   .border-radius(14px);
 }