diff options
| author | Roberto - phproberto <[email protected]> | 2012-07-11 01:31:44 +0200 |
|---|---|---|
| committer | Roberto - phproberto <[email protected]> | 2012-07-11 01:31:44 +0200 |
| commit | f0ed383e51f4513273bd96636d5c630f792e08e9 (patch) | |
| tree | 9deee1ef6c292945a8484f8a0b2a4ca9cc87389e /docs/assets/css/docs.css | |
| parent | 83846ba0d629a3882e727ccc7b64684507206cce (diff) | |
| parent | 713105774fcccf1250a7555b47483b578cf82eb6 (diff) | |
| download | bootstrap-f0ed383e51f4513273bd96636d5c630f792e08e9.tar.xz bootstrap-f0ed383e51f4513273bd96636d5c630f792e08e9.zip | |
Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into respclasses
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 9593ae772..bbdff228d 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -598,6 +598,17 @@ form.bs-docs-example { line-height: 18px; } +/* Tooltips */ +.bs-docs-tooltip-examples { + text-align: center; + margin: 0 0 10px; + list-style: none; +} +.bs-docs-tooltip-examples li { + display: inline; + padding: 0 10px; +} + /* Popovers */ .bs-docs-example-popover { padding-bottom: 24px; @@ -607,8 +618,8 @@ form.bs-docs-example { position: relative; display: block; float: left; - width: 210px; - margin: 10px; + width: 260px; + margin: 20px; } |
