Docs: Fix scroller fixed column border alignment

This commit is contained in:
Rob Garrison 2018-03-18 09:17:08 -05:00
parent 32ef3385a4
commit 6f9edd76aa

View File

@ -53,8 +53,8 @@
/* using-x-theme added by the demo code */
.using-jui-theme .tablesorter-scroller-fixed:after {
/* set to -2px for jquery ui themes; use "left" here for RTL pages */
right: -2px;
/* use "left" here for RTL pages */
right: 0;
}
.using-green-theme .tablesorter-scroller-fixed:after,
.using-black-ice-theme .tablesorter-scroller-fixed:after,