diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:50:31 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:50:31 +0100 |
commit | ce5c56b430780e832936f60475f8bf7fdf9283d8 (patch) | |
tree | 5577ae33282ef32b43ce1c1750eb82ad16889369 /templates/base.html | |
parent | 5dfbb187a15200904e459303032e4bbc25b7d4f4 (diff) | |
download | troggle-ce5c56b430780e832936f60475f8bf7fdf9283d8.tar.gz troggle-ce5c56b430780e832936f60475f8bf7fdf9283d8.tar.bz2 troggle-ce5c56b430780e832936f60475f8bf7fdf9283d8.zip |
[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
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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>
|