diff options
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 14 |
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> |
