diff options
| author | Mark Otto <[email protected]> | 2012-08-01 19:25:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-01 19:25:50 -0700 |
| commit | 3c742fc08bd1714bf9145cebac8e7f653e83c05d (patch) | |
| tree | dc286e17e5afb8a5ca49c877f34c7ece7013f624 /docs/assets/css/docs.css | |
| parent | 72323051c31810138fdff4156a88ee863f4f8001 (diff) | |
| download | bootstrap-3c742fc08bd1714bf9145cebac8e7f653e83c05d.tar.xz bootstrap-3c742fc08bd1714bf9145cebac8e7f653e83c05d.zip | |
add test for textarea at .span12, really fix docs footer
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3ac60b0b0..aa7f08095 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; } |
