Add the base.css and reference it so other people can start working on it :)

This commit is contained in:
Christopher Allan Webber 2011-05-03 09:49:56 -05:00
parent 3dca2776a6
commit 8ac897c3b6
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
/* stuff goes here :) */

View 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>