diff options
| author | Mark Otto <[email protected]> | 2012-06-28 10:03:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-28 10:03:46 -0700 |
| commit | c09e8473e2be483d3f53186840c002167647c44b (patch) | |
| tree | 61b55f86591e679c03e80cfe062329b0b37f6ec5 /docs/assets/css/docs.css | |
| parent | a683497dbc0f9cc3f883f195206e87589d09caaf (diff) | |
| download | bootstrap-c09e8473e2be483d3f53186840c002167647c44b.tar.xz bootstrap-c09e8473e2be483d3f53186840c002167647c44b.zip | |
use variablef or wells background-color, update docs for glyphicons license mention, update popovers to remove that thick border and make them look mo betta
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 9e6964a84..a0f3546a4 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -601,6 +601,20 @@ form.bs-docs-example { line-height: 18px; } +/* Popovers */ +.bs-docs-example-popover { + padding-bottom: 24px; + background-color: #f9f9f9; +} +.bs-docs-example-popover .popover { + position: relative; + display: block; + float: left; + width: 210px; + margin: 10px; +} + + /* Responsive table ------------------------- */ .responsive-utilities th small { |
