aboutsummaryrefslogtreecommitdiff
path: root/docs/less.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-14 21:28:47 -0800
committerMark Otto <[email protected]>2012-01-14 21:28:47 -0800
commitdab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc (patch)
tree87961fa11d60108e2ce868276c5347b2fca8984d /docs/less.html
parent6d916763f82be8c2d4f87842275170c12bea72ec (diff)
downloadbootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.tar.xz
bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.zip
change up classes on tables and forms, fix nav list styles in example
Diffstat (limited to 'docs/less.html')
-rw-r--r--docs/less.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/less.html b/docs/less.html
index f3bfa3059..357f242b1 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -160,7 +160,7 @@
</div>
<h3>Hyperlinks</h3>
- <table class="bordered-table striped-table">
+ <table class="table-bordered table-striped">
<thead>
<tr>
<th>Variable</th>
@@ -185,7 +185,7 @@
<div class="row">
<div class="span6">
<h3>Grayscale colors</h3>
- <table class="bordered-table striped-table">
+ <table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@black</code></td>
@@ -216,7 +216,7 @@
</div>
<div class="span6">
<h3>Accent colors</h3>
- <table class="bordered-table striped-table">
+ <table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@blue</code></td>
@@ -254,7 +254,7 @@
<div class="row">
<div class="span6">
<h3>Grid system</h3>
- <table class="bordered-table striped-table">
+ <table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@gridColumns</code></td>
@@ -277,7 +277,7 @@
</div>
<div class="span6">
<h3>Typography</h3>
- <table class="bordered-table striped-table">
+ <table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@baseFontSize</code></td>
@@ -302,7 +302,7 @@
<h3>Visuals</h3>
</div>
<div class="span9">
- <table class="bordered-table striped-table">
+ <table class="table-bordered table-striped">
<tbody>
<tr>
<td><code>@primaryButtonColor</code></td>
@@ -453,7 +453,7 @@
<h2 id="compiling">Compiling Less</h2>
<p>After modifying the <code>.less</code> files in /lib/, you'll need to recompile them in order to regenerate the bootstrap-*.*.*.css and bootstrap-*.*.*.min.css files. If you're submitting a pull request to GitHub, you must always recompile.</p>
<h3>Ways to compile</h3>
- <table class="bordered-table striped-table">
+ <table class="table-bordered table-striped">
<thead>
<tr>
<th style="width: 120px;">Method</th>