Docs: Fix alignCharacter widget reference to css4

This commit is contained in:
Rob Garrison 2017-08-07 12:59:30 -05:00
parent 8c2f14b8fd
commit 4e88d5516e

View File

@ -94,7 +94,7 @@ td:nth-child(3) .ts-align-right i {
<li>This widget will <strong>only work</strong> in tablesorter version 2.8+ and jQuery version 1.7+.</li>
<li>Make sure to include the CSS shown below to maintain the alignment.</li>
<li><span class="label warning">*NOTE*</span> if the table cell becomes too narrow, the alignment <strong>will not</strong> be maintained &amp; some content may overflow into the next/previous cell (the widget css does include <code>overflow:hidden</code> on the wrapper, so some content will be hidden instead of overflowing).</li>
<li>Until the day that <code>text-align: '.';</code> becomes standard (<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/text-align">ref</a>), if ever, this widget might prove useful.</li>
<li>Until the day that <code>text-align: '.' center;</code> becomes standard in CSS4 (<a href="https://www.w3.org/TR/css-text-4/#character-alignment">ref</a>), if ever, this widget might prove useful.</li>
</ul>
</div>