From ce5c56b430780e832936f60475f8bf7fdf9283d8 Mon Sep 17 00:00:00 2001
From: substantialnoninfringinguser <substantialnoninfringinguser@gmail.com>
Date: Wed, 13 May 2009 05:50:31 +0100
Subject: [PATCH] [svn] Now that I've put the new css up, let's use it. Should
 have only stuff we actually use. Copied from
 http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8238 by aaron @
 1/31/2009 9:20 PM

---
 templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index 845aa28..5d173f3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/main2.css" />
+<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/main3.css" />
 
 <title>{% block title %}THE TITLE{% endblock %}</title>