From 818b82dcaeb1b15d1163f90fc2348909326835e5 Mon Sep 17 00:00:00 2001 From: Mottie Date: Sat, 19 Oct 2013 13:08:32 -0500 Subject: [PATCH] LESS theme update for LESS 1.4+ --- css/theme.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/theme.less b/css/theme.less index 5ac6444d..e15fbc59 100644 --- a/css/theme.less +++ b/css/theme.less @@ -9,7 +9,7 @@ */ /*** theme ***/ -@theme : 'tablesorter-custom'; +@theme : tablesorter-custom; /*** fonts ***/ @tableHeaderFont : 11px 'trebuchet ms', verdana, arial; @@ -138,7 +138,7 @@ /* variable theme name - requires less.js 1.3+; or just replace (!".@{theme}") with the contents of @theme */ -(~".@{theme}") { +.@{theme} { font: @tableBodyFont; background-color: @borderAndBackground; margin: 10px 0 15px;