Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demo/bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ <h1>Twitter Bootstrap Demo</h1>
<p>There is also a bug in IE7 that causes the leftmost column to resize when scrolling. Consider using conditional comments (see source) to make sure the plugin is not loaded in this browser.
</p>
<table class="table table-bordered table-striped">
<thead>
<thead id="my-header">
<tr>
<th>Label</th>
<th id="my-header-label">Label</th>
<th>Layout width</th>
<th>Column width</th>
<th>Gutter width</th>
Expand Down
Loading