From 74e06cb279db1ae297cf38c3c8d0e773fd04885d Mon Sep 17 00:00:00 2001 From: Robert Burns Date: Sun, 31 Mar 2013 09:59:02 -0400 Subject: [PATCH] Add styles for tooltip and popover examples --- docs/assets/css/docs.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 -------------------------------------------------- */