Fixed: Left nav image was not being displayed on every page. Reduced font-size in archives

This commit is contained in:
shashankmehta
2012-10-20 14:29:34 +05:30
parent 974ad6bc54
commit 1f79a356a8
2 changed files with 7 additions and 1 deletions

View File

@ -120,4 +120,10 @@ body {
}
}
}
}
.archives {
.title {
font-size: 1.2em;
}
}

View File

@ -1,4 +1,4 @@
<img src="images/dp.jpg" alt="WatchOut!" style="width: 160px;">
<img src="/images/dp.jpg" alt="WatchOut!" style="width: 160px;">
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
<nav id="main-nav">{% include navigation.html %}</nav>
<br/>