aboutsummaryrefslogtreecommitdiff
path: root/docs/less.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-17 23:39:18 -0800
committerMark Otto <[email protected]>2012-01-17 23:39:18 -0800
commit47b8184bbb5784eb373ffbb905c8a1756eba3c6d (patch)
treed78521de5aefc108003dcbb781260d6e7a664332 /docs/less.html
parent51f5b7b8af6e0f6ef0dbe86528209cd664af240a (diff)
downloadbootstrap-47b8184bbb5784eb373ffbb905c8a1756eba3c6d.tar.xz
bootstrap-47b8184bbb5784eb373ffbb905c8a1756eba3c6d.zip
scope table styles to a class, .table, instead of on the generic element as a smarter default
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 6e43d95bd..09ff3e8e1 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -160,7 +160,7 @@
</div>
<h3>Hyperlinks</h3>
- <table class="table-bordered table-striped">
+ <table class="table 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="table-bordered table-striped">
+ <table class="table 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="table-bordered table-striped">
+ <table class="table 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="table-bordered table-striped">
+ <table class="table table-bordered table-striped">
<tbody>
<tr>
<td><code>@gridColumns</code></td>
@@ -277,7 +277,7 @@
</div>
<div class="span6">
<h3>Typography</h3>
- <table class="table-bordered table-striped">
+ <table class="table table-bordered table-striped">
<tbody>
<tr>
<td><code>@baseFontSize</code></td>
@@ -302,7 +302,7 @@
<h3>Visuals</h3>
</div>
<div class="span9">
- <table class="table-bordered table-striped">
+ <table class="table 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="table-bordered table-striped">
+ <table class="table table-bordered table-striped">
<thead>
<tr>
<th style="width: 120px;">Method</th>