diff --git a/docs/example-widget-align-character.html b/docs/example-widget-align-character.html index f3c1a32f..b9754e75 100644 --- a/docs/example-widget-align-character.html +++ b/docs/example-widget-align-character.html @@ -94,7 +94,7 @@ td:nth-child(3) .ts-align-right i {
  • This widget will only work in tablesorter version 2.8+ and jQuery version 1.7+.
  • Make sure to include the CSS shown below to maintain the alignment.
  • *NOTE* if the table cell becomes too narrow, the alignment will not be maintained & some content may overflow into the next/previous cell (the widget css does include overflow:hidden on the wrapper, so some content will be hidden instead of overflowing).
  • -
  • Until the day that text-align: '.'; becomes standard (ref), if ever, this widget might prove useful.
  • +
  • Until the day that text-align: '.' center; becomes standard in CSS4 (ref), if ever, this widget might prove useful.