mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: emphasize that this is a fork. Fixes #758
This commit is contained in:
parent
8ad625b45b
commit
67eda350c6
@ -84,8 +84,8 @@ span.alert { padding: 1px 3px; }
|
||||
.results { color: red; }
|
||||
.clear { clear: both; }
|
||||
.bootstrap_buttons button { margin: 5px 0 0 0; }
|
||||
#main .ui-accordion-header a { font-size: 14px; }
|
||||
#main .ui-accordion-content { font-size: 14px; }
|
||||
#main .ui-accordion-header a, #main .ui-accordion-content { font-size: 14px; }
|
||||
#banner small { font-size: 16px; vertical-align: super; }
|
||||
.accordion { position: relative; }
|
||||
.accordion .accordion-link { position: absolute; right: 1%; margin-top: 16px; z-index: 1; width: 12px; height: 12px;}
|
||||
.accordion .accordion .accordion-link { margin-top: 12px; } /* nested accordion */
|
||||
|
@ -103,14 +103,14 @@
|
||||
</label>
|
||||
|
||||
<div id="banner">
|
||||
<h1>table<em>sorter</em></h1>
|
||||
<h1>table<em>sorter</em> <small>(unofficial fork)</small></h1>
|
||||
<h2>Documentation</h2>
|
||||
<h3>Flexible client-side table sorting</h3>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<strong>Author:</strong> Christian Bach<br>
|
||||
<strong>Maintainer:</strong> Rob Garrison (Mottie)<br>
|
||||
<strong>Original Author:</strong> Christian Bach<br>
|
||||
<strong>Maintainer of this fork:</strong> Rob Garrison (Mottie)<br>
|
||||
<strong>Version:</strong> <a class="current-version" href="https://github.com/Mottie/tablesorter/archive/master.zip">2.1+</a> (<a href="https://github.com/Mottie/tablesorter/wiki/Changes">changelog</a>)
|
||||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mottie&repo=tablesorter&type=fork&count=true" width="90" height="20" title="Fork on GitHub"></iframe>
|
||||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mottie&repo=tablesorter&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe>
|
||||
|
Loading…
Reference in New Issue
Block a user