From e063743c4bae7fc6fbc4ff88a6ac56df8d54d8a2 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Mon, 20 May 2013 13:51:31 -0700 Subject: [PATCH] Make LESS stylesheets media="all". This allows us to put queries like "@media print" in the less files and have browsers accept it. --- r2/r2/templates/less.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r2/r2/templates/less.html b/r2/r2/templates/less.html index 36311808c..3f73f5366 100644 --- a/r2/r2/templates/less.html +++ b/r2/r2/templates/less.html @@ -29,9 +29,9 @@ %for name in names: <% name = name[:name.rfind('.less')] %> %if g.uncompressedJS: - + %else: - + %endif %endfor