aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-23 10:48:30 -0700
committerMark Otto <[email protected]>2013-07-23 10:48:30 -0700
commit4cec956e0cb5c89b12ca98063a9754b9a4b1a29c (patch)
treefbd900a64cbdd33e1adfa2eb228ca7df9e7e8a14 /css.html
parentb5f2482a58891c52cbf46c2419f883a519577bd3 (diff)
downloadbootstrap-4cec956e0cb5c89b12ca98063a9754b9a4b1a29c.tar.xz
bootstrap-4cec956e0cb5c89b12ca98063a9754b9a4b1a29c.zip
Drop rounded corners on `.table-bordered`
* Cuts close to 100 lines of CSS from the table CSS * File size aside, this drastically simplifies CSS for folks looking to build on top of the `.table-bordered` option as a starting point
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index e200471f5..8bdf5809a 100644
--- a/css.html
+++ b/css.html
@@ -921,7 +921,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %}
<h3 id="tables-bordered">Bordered</h3>
- <p>Add <code>.table-bordered</code> for borders and rounded corners.</p>
+ <p>Add <code>.table-bordered</code> for borders on all sides of the table and cells.</p>
<div class="bs-example">
<table class="table table-bordered">
<thead>