From: Robert Burns Date: Sun, 31 Mar 2013 13:59:02 +0000 (-0400) Subject: Add styles for tooltip and popover examples X-Git-Tag: v3.0.0-rc1~513^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7431%2Fhead;p=thirdparty%2Fbootstrap.git Add styles for tooltip and popover examples --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 89a848c2b2..b5f565cd38 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -438,6 +438,30 @@ section > ul li { margin-bottom: 15px; } +/* 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; + background-color: #f9f9f9; +} +.bs-docs-example-popover .popover { + position: relative; + display: block; + float: left; + width: 260px; + margin: 20px; +} + /* Example templates -------------------------------------------------- */