From 85f8c51b640a127f77067903cdbddec05bd3a77b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 16 Jul 2010 00:23:13 -0700 Subject: Use default highlighting CSS rather than embedding CSS in templates. --- templates/html.template | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'templates/html.template') diff --git a/templates/html.template b/templates/html.template index da4a1b23e..bd1864ff0 100644 --- a/templates/html.template +++ b/templates/html.template @@ -10,26 +10,9 @@ $endfor$ $if(date)$ $endif$ -$if(highlighting)$ +$if(highlighting-css)$ $endif$ $for(css)$ -- cgit v1.2.3