This commit is contained in:
Sanj 2011-02-12 06:19:01 +05:30
parent 1bf0f8f98c
commit 1626a3a2e4
2 changed files with 5 additions and 2 deletions

View File

@ -113,6 +113,7 @@ ul {
} }
#logo { #logo {
font-family: "SG Grotesque";
position: absolute; position: absolute;
bottom: 10px; bottom: 10px;
right: 10px; right: 10px;
@ -120,7 +121,7 @@ ul {
#logo a { #logo a {
color: #fff; color: #fff;
font-size: 18px; font-size: 24px;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
} }

View File

@ -1,6 +1,8 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% block head %} {% block head %}
<link rel="stylesheet" href="/static/css/fonts.css" />
<link rel="stylesheet" href="/static/css/main.css" /> <link rel="stylesheet" href="/static/css/main.css" />
<script type="text/javascript" src="/static/js/main.js"></script> <script type="text/javascript" src="/static/js/main.js"></script>
<title>EdgwareRoad: {% block title %} {% endblock %}</title> <title>EdgwareRoad: {% block title %} {% endblock %}</title>
{% block extra_head %} {% block extra_head %}
@ -55,7 +57,7 @@
</ul> </ul>
</div> </div>
<div id="logo"> <div id="logo">
<a href="" title="Serpentine Art Gallery Webpage">Serpentine Art Gallery</a> <a href="" title="Serpentine Art Gallery Webpage">Serpentine <br />Art Gallery</a>
</div> </div>
</div> </div>