Skip to content

Commit

Permalink
Updated layout a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Apr 18, 2009
1 parent c32274d commit 0f7122f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 3 additions & 2 deletions _layouts/master.html
Expand Up @@ -14,8 +14,9 @@

<ul id='nav'>
<li><a href='http://mbleigh.github.com/twitter-auth'>Home</a></li>
<li><a href='http://github.com/mbleigh/twitter-auth'>Source</a></li>
<li><a href='http://mbleigh.lighthouseapp.com/projects/27783-twitterauth'>Lighthouse (Bugs)</a></li>
<li><a href='http://github.com/mbleigh/twitter-auth'>Source Code</a></li>
<li><a href='http://github.com/mbleigh/twitter-auth/commits/master'>Changelog</a></li>
<li><a href='http://github.com/mbleigh/twitter-auth/issues'>Issues</a></li>
</ul>

{{ content }}
Expand Down
10 changes: 8 additions & 2 deletions stylesheets/master.css
Expand Up @@ -21,6 +21,9 @@ body {
padding: 0;
margin: 2em 0 0;
text-align: center;
background: #068;
padding: 0.6em 0 0.5em 0;
-moz-border-radius: 0.3em;
}

#nav li {
Expand All @@ -32,8 +35,11 @@ body {
margin: 0 1em;
padding: 0;
font-size: 1.3em;
color: #333;
text-decoration: underline;
color: #fff;
}

#nav a:hover {
color: #adf;
}

a img {
Expand Down

0 comments on commit 0f7122f

Please sign in to comment.