LESS theme update for LESS 1.4+

This commit is contained in:
Mottie 2013-10-19 13:08:32 -05:00
parent 2e51abd6c8
commit 818b82dcae

View File

@ -9,7 +9,7 @@
*/ */
/*** theme ***/ /*** theme ***/
@theme : 'tablesorter-custom'; @theme : tablesorter-custom;
/*** fonts ***/ /*** fonts ***/
@tableHeaderFont : 11px 'trebuchet ms', verdana, arial; @tableHeaderFont : 11px 'trebuchet ms', verdana, arial;
@ -138,7 +138,7 @@
/* variable theme name - requires less.js 1.3+; /* variable theme name - requires less.js 1.3+;
or just replace (!".@{theme}") with the contents of @theme or just replace (!".@{theme}") with the contents of @theme
*/ */
(~".@{theme}") { .@{theme} {
font: @tableBodyFont; font: @tableBodyFont;
background-color: @borderAndBackground; background-color: @borderAndBackground;
margin: 10px 0 15px; margin: 10px 0 15px;