diff options
| author | Mark Otto <[email protected]> | 2013-07-26 21:40:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 21:40:58 -0700 |
| commit | 85591d82ddeae95f7b89a76d1bcfa9c98fb1f3ea (patch) | |
| tree | 8b8dbb2b8e91a5ca0f5f89c894b7bb91267f388f /css.html | |
| parent | 2967cc1d60a6b557395549511368aceb18c7b139 (diff) | |
| download | bootstrap-85591d82ddeae95f7b89a76d1bcfa9c98fb1f3ea.tar.xz bootstrap-85591d82ddeae95f7b89a76d1bcfa9c98fb1f3ea.zip | |
derp
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2086,7 +2086,7 @@ For example, <code><section></code> should be wrapped as inline. <p class="lead">For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query. Also included are utility classes for toggling content when printed.</p> <h3>Responsive classes</h3> - <div class="bs-scrollable-table"> + <div class="bs-table-scrollable"> <table class="table table-bordered table-striped responsive-utilities"> <thead> <tr> @@ -2138,7 +2138,7 @@ For example, <code><section></code> should be wrapped as inline. </div> <h3>Print classes</h3> - <div class="bs-scrollable-table"> + <div class="bs-table-scrollable"> <table class="table table-bordered table-striped responsive-utilities"> <thead> <tr> |
