diff options
| author | Julian Thilo <[email protected]> | 2014-03-28 13:03:22 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-03-28 13:03:22 +0100 |
| commit | 440cedeed3e23960d0516153ef776c78f9efeabc (patch) | |
| tree | 1e0ae70155857eb146ada0c2ce0ede91dac1d855 /docs/examples/tooltip-viewport/tooltip-viewport.css | |
| parent | 90902db50cd9545639bb79ae30d1d81e84c12b6c (diff) | |
| download | bootstrap-440cedeed3e23960d0516153ef776c78f9efeabc.tar.xz bootstrap-440cedeed3e23960d0516153ef776c78f9efeabc.zip | |
Fix HTML errors
Diffstat (limited to 'docs/examples/tooltip-viewport/tooltip-viewport.css')
| -rw-r--r-- | docs/examples/tooltip-viewport/tooltip-viewport.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/tooltip-viewport/tooltip-viewport.css b/docs/examples/tooltip-viewport/tooltip-viewport.css index 2d82e9b42..b9a237cfc 100644 --- a/docs/examples/tooltip-viewport/tooltip-viewport.css +++ b/docs/examples/tooltip-viewport/tooltip-viewport.css @@ -6,23 +6,23 @@ body { max-width: 500px; } .tooltip .tooltip-inner { - min-height: 200px; min-width: 250px; max-width: 500px; + min-height: 200px; } .placeholder { height: 900px; } .container-viewport { position: absolute; - left: 200px; top: 600px; + left: 200px; width: 600px; height: 400px; background: #c00; } .btn-bottom { position: absolute; - left: 0; bottom: 0; + left: 0; } |
