Skip to content

Commit

Permalink
Changing spacing of menu items.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuire-Dale committed Jun 3, 2011
1 parent e5b4ae9 commit 90f730c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions media/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ a:hover{
font-size: 1.2em;
text-align: right;
}
#menu a{
margin-left: 20px;
}
#header #title a{
color: #4B4742;
}
Expand Down
10 changes: 6 additions & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ <h1 id='title'>
</h1>

<div id='menu'>
<a id='home' href='/'> home </a> |
<a id='about' href='/about'> about </a> |
<a id='resume' href='/docs/McGuire-Dale,Rob_resume.pdf'> r&eacute;sum&eacute; </a> |
<a id='contact' href='/contact'> contact </a>
<a id='home' href='/'>home</a>
<a id='about' href='/about'>about</a>
<a id='resume' href='/docs/McGuire-Dale,Rob_resume.pdf'>
r&eacute;sum&eacute;
</a>
<a id='contact' href='/contact'>contact</a>
</div>
</div>

Expand Down

0 comments on commit 90f730c

Please sign in to comment.