Add the base.css and reference it so other people can start working on it :)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 3 May 2011 14:49:56 +0000 (09:49 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 3 May 2011 14:49:56 +0000 (09:49 -0500)
mediagoblin/static/css/base.css [new file with mode: 0644]
mediagoblin/templates/mediagoblin/base.html

diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
new file mode 100644 (file)
index 0000000..93b0b1a
--- /dev/null
@@ -0,0 +1 @@
+/* stuff goes here :) */
\ No newline at end of file
index 01c6825804ffca340bf6d22aa6f71bdbe92b420e..71c2e550006863ab8a754f6b652e54199d16e92f 100644 (file)
@@ -18,8 +18,8 @@
 <html>
   <head>
     <title>{% block title %}MediaGoblin{% endblock title %}</title>
-    {# <link rel="stylesheet" type="text/css"
-          href="{{ request.staticdirect('/css/base.css') }}"/> #}
+    <link rel="stylesheet" type="text/css"
+          href="{{ request.staticdirect('/css/base.css') }}"/>
   </head>
 
   <body>