From e0a8c45caeddc26907d80dbb21e211cc3a99c706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Mon, 1 Dec 2014 19:15:49 +0100 Subject: [PATCH] Only style i tags from table sorter on theme bootstrap --- css/theme.bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme.bootstrap.css b/css/theme.bootstrap.css index 96103980..6f9ccbde 100644 --- a/css/theme.bootstrap.css +++ b/css/theme.bootstrap.css @@ -25,7 +25,7 @@ } /* bootstrap uses for icons */ -.tablesorter-bootstrap .tablesorter-header i { +.tablesorter-bootstrap .tablesorter-header i.tablesorter-icon { font-size: 11px; position: absolute; right: 2px;