Skip to content

Commit

Permalink
dded some top level navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed Nov 7, 2010
1 parent 8c0b3ab commit b01938e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
13 changes: 13 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ h1 {
text-decoration: underline;
}

#nav {
float: right;
height: 90px;
width: 100px;
text-align: right;
margin-right: 1em;
color: #AEBCDA;
}

#nav a {
color: #AEBCDA;
}

a.stealth {
color: #000;
text-decoration: none
Expand Down
9 changes: 8 additions & 1 deletion templates/inc_head.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ _gaq.push(['_trackPageview']);
<div id="main">

<div id="header">
{if !$hide_nav}
<div id="nav">
<br />
Browse by:<br />
<a href="/lines/">Line</a><br />
<a href="/stations/">Station</a><br />
</div>
{/if}
<a href="/"><img src="/images/logo.gif" width="407" height="91" /></a>
{*<h1><a href="/">London Bloggers</a></h1>*}
</div>

0 comments on commit b01938e

Please sign in to comment.