Skip to content

Commit

Permalink
Updated the layout and added the homepage logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirvaliance committed Aug 19, 2011
1 parent b11fdfb commit 8b25506
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ p {
border: 1px solid #555;
}

#header {
padding: 20px 0;
}
Binary file added static/img/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<div id="header_wrapper">
<div id="header" class="container_12">
<h1><a href="/">Blog</a></h1>
<a href="/"><img src="/static/img/logo.png" /></a>
</div>
</div>
<div id="main_content" class="container_12">
Expand Down

0 comments on commit 8b25506

Please sign in to comment.