diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3ac60b0b09..aa7f080959 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -912,6 +912,12 @@ form.bs-docs-example { } /* Unfloat the back to top link in footer */ + .footer { + margin-left: -20px; + margin-right: -20px; + padding-left: 20px; + padding-right: 20px; + } .footer p { margin-bottom: 9px; } diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 71de6cce74..ef3c0ef6eb 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -1098,6 +1098,18 @@ +
+
+
+ + +
+
+ +
+
+ +