<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff></diff>
      <filename>.DS_Store</filename>
    </modified>
    <modified>
      <diff>@@ -12,16 +12,16 @@
                 I've added a block for css to make it easier to override the default css that ships with the theme. Dave Merwin
             {% endcomment %}
             
-            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ MEDIA_URL }}css/reset.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
-            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ MEDIA_URL }}css/960.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
-            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ MEDIA_URL }}css/layout.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
-            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ MEDIA_URL }}css/typography.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
-            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ MEDIA_URL }}css/forms.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
-            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ MEDIA_URL }}css/rounded-corners.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
-            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ MEDIA_URL }}css/facebox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
-            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ MEDIA_URL }}css/thedregs.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
+            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ STATIC_URL }}css/reset.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
+            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ STATIC_URL }}css/960.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
+            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ STATIC_URL }}css/layout.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
+            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ STATIC_URL }}css/typography.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
+            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ STATIC_URL }}css/forms.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
+            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ STATIC_URL }}css/rounded-corners.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
+            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ STATIC_URL }}css/facebox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
+            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ STATIC_URL }}css/thedregs.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
 
-            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ MEDIA_URL }}css/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; charset=&quot;utf-8&quot; /&gt;
+            &lt;link rel=&quot;stylesheet&quot; href=&quot;{{ STATIC_URL }}css/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; charset=&quot;utf-8&quot; /&gt;
 
             {% if LANGUAGE_BIDI %}
             &lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;</diff>
      <filename>pinax/templates/pinax-grid/base.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d70f45be1d98402a8edb8d029d533e3d5df7839f</id>
    </parent>
  </parents>
  <author>
    <name>Dave Merwin</name>
    <email>dmerwin@orcasinc.com</email>
  </author>
  <url>http://github.com/davemerwin/pinax/commit/ad218e09ba47f399acc9195fd621bba394c85b02</url>
  <id>ad218e09ba47f399acc9195fd621bba394c85b02</id>
  <committed-date>2009-10-06T09:02:26-07:00</committed-date>
  <authored-date>2009-10-06T09:02:26-07:00</authored-date>
  <message>Move back to STATIC_URL instead of MEDIA_URL</message>
  <tree>ff0a64b6611d1c32d1253a6faaddbeabd36030fa</tree>
  <committer>
    <name>Dave Merwin</name>
    <email>dmerwin@orcasinc.com</email>
  </committer>
</commit>
