diff options
| author | Mark Otto <[email protected]> | 2013-07-23 10:48:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 10:48:30 -0700 |
| commit | 4cec956e0cb5c89b12ca98063a9754b9a4b1a29c (patch) | |
| tree | fbd900a64cbdd33e1adfa2eb228ca7df9e7e8a14 /css.html | |
| parent | b5f2482a58891c52cbf46c2419f883a519577bd3 (diff) | |
| download | bootstrap-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -921,7 +921,7 @@ For example, <code><section></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> |
