diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index e91f2553915a3421549e83233e2382e08894fd0a..0d975824bba0429ba5523281b6b16a7d3a24a396 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -20,7 +20,8 @@
     padding-top: 0;
   }
   .form-horizontal .form-actions {
-    padding-left: 0;
+    padding-left: 10px;
+    padding-right: 10px;
   }
   .modal {
     position: absolute;
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 8cd2d9e362a7642a8cfdebca2fd0d03e58dfa1b3..74cef08f2f19714e76f898be2f20bbcfa768a923 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -534,6 +534,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] {
 
   line-height: normal;
   border: none;
+  border: initial;
   cursor: pointer;
   border-radius: 0 \0/;
 }
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 8c92f087f126ffebfb94ca84e00b68a5bdfd3a6c..a4855839562fc8d49acf5f496a4e23f05ce8624f 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -306,42 +306,6 @@ hr.soften {
 }
 
 
-/* Quickstart section for getting le code
--------------------------------------------------- */
-.getting-started p {
-  color: #777;
-  margin-bottom: 9px;
-}
-.getting-started .current-version,
-.getting-started .current-version a {
-  color: #999;
-}
-.getting-started form {
-  margin-bottom: 0;
-}
-.getting-started textarea {
-  display: block;
-  width: 95%;
-  height: auto;
-  font-family: Menlo, Monaco, "Courier New", monospace;
-  font-size: 12px;
-  line-height: 20px;
-  white-space: nowrap;
-  overflow: hidden;
-  color: #999;
-  /* Makes inputs behave like true block-level elements */
-  -webkit-box-sizing: border-box; /* Older Webkit */
-     -moz-box-sizing: border-box; /* Older FF */
-      -ms-box-sizing: border-box; /* IE8 */
-          box-sizing: border-box; /* CSS3 spec*/
-  /* Hacks for IE7 to make this work just okay enough to function */
-  *width: 80%;
-  *height: 24px;
-}
-.getting-started textarea:focus {
-  color: #333;
-}
-
 
 /* Footer
 -------------------------------------------------- */
@@ -354,27 +318,6 @@ hr.soften {
   margin-bottom: 0;
   color: #555;
 }
-.footer dl {
-  margin-bottom: 0;
-}
-.footer dl dt {
-  font-size: 11px;
-  color: #999;
-  text-transform: uppercase;
-}
-.footer dl dd + dt {
-  margin-top: 18px;
-}
-.footer dl dd {
-  margin-left: 0;
-  font-size: 12px;
-}
-.footer dl a {
-  color: #999;
-}
-.footer dl a:hover {
-  color: #555;
-}
 
 
 
@@ -745,6 +688,11 @@ form.well {
     bottom: auto;
     left: auto;
   }
+
+  /* Forms docs */
+  .form-docs {
+    padding-left: 0; /* down from 10px */
+  }
 }
 
 
diff --git a/less/forms.less b/less/forms.less
index 9565c52d7fe80a57353a0e33bae48e86b929f4b7..f327b4faa6bc385f193528b05ec6868019c69765 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -85,6 +85,7 @@ input[type="radio"] {
   *margin-top: 0; /* IE7 */
   line-height: normal;
   border: none;
+  border: initial;
   cursor: pointer;
   border-radius: 0 e("\0/");
 }
diff --git a/less/responsive.less b/less/responsive.less
index 24b58d2ab794e36d1dcb8122f3a89a5346456f18..4ce4aff726c06ffafd4612c6c11530f378d5902a 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -50,7 +50,8 @@
   }
   // Move over buttons in .form-actions to align with .controls
   .form-horizontal .form-actions {
-    padding-left: 0;
+    padding-left: 10px;
+    padding-right: 10px;
   }
 
   // Modals