diff options
| author | Mark Otto <[email protected]> | 2013-05-08 22:57:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-08 22:57:42 -0700 |
| commit | 526dfb7735c8bce460b4960ec196f236fcd9d137 (patch) | |
| tree | d7a1a589d65fa6d1da468698363e999126eb6ca5 /docs/assets/css | |
| parent | 09c3a4b3bcb2d7bb6a786854abd0bc17a12c6d39 (diff) | |
| download | bootstrap-526dfb7735c8bce460b4960ec196f236fcd9d137.tar.xz bootstrap-526dfb7735c8bce460b4960ec196f236fcd9d137.zip | |
.bs-docs-tooltip-examples to .bs-example-tooltips
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c0692a4ea..03b2ce29c 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -370,12 +370,12 @@ body { } /* Tooltips */ -.bs-docs-tooltip-examples { +.bs-example-tooltips { text-align: center; margin: 0 0 10px; list-style: none; } -.bs-docs-tooltip-examples li { +.bs-example-tooltips li { display: inline; padding: 0 10px; } |
