Skip to content

Commit ca5ec2a

Browse files
committed
Made the logo a link and spaced it more nicely.
1 parent b82fee5 commit ca5ec2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/pythonla/templates/base.jinja2

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<body>
1515
<div class="container">
1616
<div id="header" class="span-24 prepend-top last">
17-
<div id="logo" class="span-3">
18-
<img src="static/img/logo.png" alt="LA Python logo: Lights, camera, whitespace!" />
17+
<div id="logo" class="span-4">
18+
<a href="/"><img src="static/img/logo.png" alt="LA Python logo: Lights, camera, whitespace!" /></a>
1919
{% block header %}{% endblock header %}
2020
</div>
21-
<div id="nav" class="span-21 last">
21+
<div id="nav" class="span-20 last">
2222
<ul id="navigation">
2323
{% for item in navigation %}
2424
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>

0 commit comments

Comments
 (0)