From 440cedeed3e23960d0516153ef776c78f9efeabc Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Fri, 28 Mar 2014 13:03:22 +0100 Subject: [PATCH] Fix HTML errors --- docs/examples/tooltip-viewport/index.html | 16 ++++++++-------- .../tooltip-viewport/tooltip-viewport.css | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 2f6d0dd38a..4c08a336ab 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -28,21 +28,21 @@ - - - + + +
There is a button down there ↓
- +
- - + + - + - +
diff --git a/docs/examples/tooltip-viewport/tooltip-viewport.css b/docs/examples/tooltip-viewport/tooltip-viewport.css index 2d82e9b429..b9a237cfcf 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; }