aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/bootstrap.css6
-rw-r--r--docs/assets/img/examples/bootstrap-example-sticky-footer.pngbin0 -> 11905 bytes
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 0ab9a33b4..bcaa06ed2 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3058,7 +3058,8 @@ button.close {
border-radius: 5px;
}
-.btn-large [class^="icon-"] {
+.btn-large [class^="icon-"],
+.btn-large [class*=" icon-"] {
margin-top: 2px;
}
@@ -3070,7 +3071,8 @@ button.close {
border-radius: 3px;
}
-.btn-small [class^="icon-"] {
+.btn-small [class^="icon-"],
+.btn-small [class*=" icon-"] {
margin-top: 0;
}
diff --git a/docs/assets/img/examples/bootstrap-example-sticky-footer.png b/docs/assets/img/examples/bootstrap-example-sticky-footer.png
new file mode 100644
index 000000000..c5a1f5f01
--- /dev/null
+++ b/docs/assets/img/examples/bootstrap-example-sticky-footer.png
Binary files differ