summaryrefslogtreecommitdiff
path: root/tests/components.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-20 00:20:18 -0400
committerThomas Park <thomas@thomaspark.me>2013-08-20 00:20:18 -0400
commit2532ecb878bd686b9cbb3959d2a2723d1b220c76 (patch)
tree46534bb161dc6040bf87c2e2b54d9dc5cf3ac0a9 /tests/components.html
parent424dd8bc118b36c9173dbdc05661086c8566fd17 (diff)
update bootswatch to 3.0.0 final
Diffstat (limited to 'tests/components.html')
-rw-r--r--tests/components.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/components.html b/tests/components.html
index 4b6af90f..c44892e5 100644
--- a/tests/components.html
+++ b/tests/components.html
@@ -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>
@@ -1705,7 +1705,7 @@
<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>
@@ -2178,7 +2178,7 @@
</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>
@@ -2494,7 +2494,7 @@
<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>
@@ -2504,13 +2504,13 @@
<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>
@@ -2523,7 +2523,7 @@
<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>