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

View File

@ -1,6 +1,8 @@
{% extends 'base.html' %}
{% block head %}
<link rel="stylesheet" href="/static/css/fonts.css" />
<link rel="stylesheet" href="/static/css/main.css" />
<script type="text/javascript" src="/static/js/main.js"></script>
<title>EdgwareRoad: {% block title %} {% endblock %}</title>
{% block extra_head %}
@ -55,7 +57,7 @@
</ul>
</div>
<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>