update bootswatch to 3.0.0 final
[bootswatch] / tests / components.html
index 4b6af90..c44892e 100644 (file)
@@ -10,7 +10,7 @@
   </head>
   <body>
 
-    <div class="navbar navbar-fixed-top">
+    <div class="navbar navbar-default navbar-fixed-top">
       <div class="container">
         <div class="navbar-header">
           <a href="../" class="navbar-brand">Bootswatch</a>
         <h3 id="navbar-static-top">Static top navbar</h3>
         <p>Create a full-width navbar that scrolls away with the page by adding <code>.navbar-static-top</code>. Unlike the <code>.navbar-fixed-*</code> classes, you do not need to change any padding on the <code>body</code>.</p>
         <div class="bs-example bs-navbar-top-example">
-          <div class="navbar navbar-static-top" style="margin: -1px -1px 0;">
+          <div class="navbar navbar-default navbar-static-top" style="margin: -1px -1px 0;">
             <div class="container" style="width: auto;">
               <div class="navbar-header">
                 <a class="navbar-brand" href="#">Title</a>
         </div>
 
         <div class="bs-example">
-          <div class="alert">
+          <div class="alert alert-warning">
             <button type="button" class="close" data-dismiss="alert">×</button>
             <strong>Warning!</strong> Best check yo self, you're not looking too good.
           </div>
         <h3 id="panels-basic">Basic panel</h3>
         <p>By default, all the <code>.panel</code> does is apply some basic border and padding to contain some content.</p>
         <div class="bs-example">
-          <div class="panel">
+          <div class="panel panel-default">
             <div class="panel-body">
               Basic panel example
             </div>
         <h3 id="panels-heading">Panel with heading</h3>
         <p>Easily add a heading container to your panel with <code>.panel-heading</code>. You may also include any <code>&lt;h1&gt;</code>-<code>&lt;h6&gt;</code> with a <code>.panel-title</code> class to add a pre-styled heading.</p>
         <div class="bs-example">
-          <div class="panel">
+          <div class="panel panel-default">
             <div class="panel-heading">Panel heading</div>
             <div class="panel-body">
               Panel content
             </div>
           </div>
-          <div class="panel">
+          <div class="panel panel-default">
             <div class="panel-heading">
               <h3 class="panel-title">Panel title</h3>
             </div>
         <h3 id="panels-footer">Panel with footer</h3>
         <p>Wrap buttons or secondary text in <code>.panel-footer</code>.</p>
         <div class="bs-example">
-          <div class="panel">
+          <div class="panel panel-default">
             <div class="panel-body">
               Panel content
             </div>