aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2011-07-30 22:27:46 -0400
committerWill Kahn-Greene <willg@bluesock.org>2011-07-30 22:27:46 -0400
commit2faec3672371db3e17bf6671306fcc243eefadf2 (patch)
tree93b041475fcbe4453bc3701329138af388860814 /mediagoblin/templates
parent2271286079397b8f9f1adc23e36c35a5d8ea35e2 (diff)
downloadmediagoblin-2faec3672371db3e17bf6671306fcc243eefadf2.tar.lz
mediagoblin-2faec3672371db3e17bf6671306fcc243eefadf2.tar.xz
mediagoblin-2faec3672371db3e17bf6671306fcc243eefadf2.zip
270. Moves 960.gs stuff to extlib/ per policy
This adds the README.txt from the tarball for 960.gs and also moves the files and fixes the symlinks.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 656fb46b..6af02c00 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -21,11 +21,11 @@
<meta charset="utf-8">
<title>{% block title %}GNU MediaGoblin{% endblock title %}</title>
<link rel="stylesheet" type="text/css"
- href="{{ request.staticdirect('/css/contrib/reset.css') }}"/>
+ href="{{ request.staticdirect('/css/extlib/reset.css') }}"/>
<link rel="stylesheet" type="text/css"
- href="{{ request.staticdirect('/css/contrib/text.css') }}"/>
+ href="{{ request.staticdirect('/css/extlib/text.css') }}"/>
<link rel="stylesheet" type="text/css"
- href="{{ request.staticdirect('/css/contrib/960_16_col.css') }}"/>
+ href="{{ request.staticdirect('/css/extlib/960_16_col.css') }}"/>
<link rel="stylesheet" type="text/css"
href="{{ request.staticdirect('/css/base.css') }}"/>
{% block mediagoblin_head %}