Add the base.css and reference it so other people can start working on it :)
This commit is contained in:
parent
3dca2776a6
commit
8ac897c3b6
1
mediagoblin/static/css/base.css
Normal file
1
mediagoblin/static/css/base.css
Normal file
@ -0,0 +1 @@
|
||||
/* stuff goes here :) */
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user