]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix HTML errors
authorJulian Thilo <bigj95t@gmail.com>
Fri, 28 Mar 2014 12:03:22 +0000 (13:03 +0100)
committerJulian Thilo <bigj95t@gmail.com>
Fri, 28 Mar 2014 12:03:22 +0000 (13:03 +0100)
docs/examples/tooltip-viewport/index.html
docs/examples/tooltip-viewport/tooltip-viewport.css

index 2f6d0dd38acfaf18b3bbfae33e0f6d44d1e7cc3d..4c08a336ab6e0edcd053d4df3f07d44749b3059d 100644 (file)
 
   <body>
 
-    <button class="btn pull-right tooltip-bottom", title="This should be shifted to the left">Shift Left</button>
-    <button class="btn tooltip-bottom", title="This should be shifted to the right">Shift Right</button>
-    <button class="btn tooltip-right", title="This should be shifted down">Shift Down</button>
+    <button class="btn pull-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button>
+    <button class="btn tooltip-bottom" title="This should be shifted to the right">Shift Right</button>
+    <button class="btn tooltip-right" title="This should be shifted down">Shift Down</button>
 
     <div class="placeholder">There is a button down there ↓</div>
 
-    <button class="btn tooltip-right", title="This should be shifted up">Shift Up</button>
+    <button class="btn tooltip-right" title="This should be shifted up">Shift Up</button>
 
     <div class="container-viewport">
-      <button class="btn tooltip-viewport-bottom", title="This should be shifted to the left">Shift Left</button>
-      <button class="btn tooltip-viewport-right", title="This should be shifted down">Shift Down</button>
+      <button class="btn tooltip-viewport-bottom" title="This should be shifted to the left">Shift Left</button>
+      <button class="btn tooltip-viewport-right" title="This should be shifted down">Shift Down</button>
 
-      <button class="btn pull-right tooltip-viewport-bottom", title="This should be shifted to the right">Shift Right</button>
+      <button class="btn pull-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button>
 
-      <button class="btn tooltip-viewport-right btn-bottom", title="This should be shifted up">Shift Up</button>
+      <button class="btn tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button>
     </div>
 
 
index 2d82e9b4299d73d89317e50bab44f1b7ef54daee..b9a237cfcff1a261a19e8a131ae4afa90b151ed7 100644 (file)
@@ -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;
 }