diff options
| author | Mark Otto <[email protected]> | 2012-05-14 23:40:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-14 23:40:06 -0700 |
| commit | a0809ceebe5332a1c3e355a762d1bff3e477ce37 (patch) | |
| tree | 5c8657307222f2bb697bf18569757a652f9eb770 /docs/assets/css/docs.css | |
| parent | 33061a8e0b5a5955c469c3e5184e989e497db4e3 (diff) | |
| download | bootstrap-a0809ceebe5332a1c3e355a762d1bff3e477ce37.tar.xz bootstrap-a0809ceebe5332a1c3e355a762d1bff3e477ce37.zip | |
add forms test page for all html5 input types and refactor selectors
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index b7e0c8dbf..92a4ec8e6 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -649,6 +649,11 @@ form.well { margin-top: 18px; } + /* icons */ + .marketing .bs-icon { + margin: 0; + } + /* Adjust the jumbotron */ .jumbotron h1, .jumbotron p { |
