diff options
Diffstat (limited to 'demos/tabs/bottom.html')
-rw-r--r-- | demos/tabs/bottom.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/tabs/bottom.html b/demos/tabs/bottom.html index ba35914f0..3ffb3d8b5 100644 --- a/demos/tabs/bottom.html +++ b/demos/tabs/bottom.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -32,8 +32,6 @@ </head> <body> -<div class="demo"> - <div id="tabs" class="tabs-bottom"> <ul> <li><a href="#tabs-1">Nunc tincidunt</a></li> @@ -53,13 +51,8 @@ </div> </div> -</div><!-- End demo --> - - - <div class="demo-description"> <p>With some additional CSS (for positioning) and JS (to put the right classes on elements) the tabs can be placed below their content.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |