aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-09 22:14:30 -0700
committerMark Otto <[email protected]>2012-07-09 22:14:30 -0700
commit64e87a85f5e17e3cf603b97e21d58b077060e7b2 (patch)
treea7766fb158d90f846042fd7f676cddedd00ceddd /docs/assets/css/docs.css
parentf4877c236968ba61ac76f4862bba49e0354c60e5 (diff)
downloadbootstrap-64e87a85f5e17e3cf603b97e21d58b077060e7b2.tar.xz
bootstrap-64e87a85f5e17e3cf603b97e21d58b077060e7b2.zip
remove popoverarrows mixin, relegate code to tooltips and popvers since we only used them once each; this fixes the problem of broken tooltips in 2.1
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index c5d92b613..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;