Docs: add styling back to options table

This commit is contained in:
Mottie 2015-02-10 15:15:09 -06:00
parent ec0343ab5f
commit 8f161d8c7c

View File

@ -61,6 +61,7 @@
<!-- Tablesorter: required -->
<link rel="stylesheet" href="../css/theme.bootstrap.css">
<link rel="stylesheet" href="../css/theme.blue.css">
<script src="../js/jquery.tablesorter.js"></script>
<script src="../js/jquery.tablesorter.widgets.js"></script>
<script src="../js/widgets/widget-output.js"></script>
@ -382,7 +383,7 @@ line,value1,value2,value3
<span class="label label-info">TIP!</span> Click on the link in the option column to reveal full details (or <a href="#" class="toggleAll">toggle</a>|<a href="#" class="showAll">show</a>|<a href="#" class="hideAll">hide</a> all) or double click to update the browser location.
</div>
<br>
<table id="output-options" class="tablesorter-bootstrap options">
<table id="output-options" class="tablesorter-blue options">
<colgroup><col style="width:135px"><col style="width:100px"></colgroup>
<thead>
<tr><th>Option</th><th>Default</th><th class="sorter-false">Description</th></tr>