Skip to content

Commit

Permalink
Menubar + style tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Feb 2, 2011
1 parent e6920d3 commit a2f2a55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions _includes/menubar.html
@@ -0,0 +1,7 @@
<a href="/">nokarma.org</a>
&middot;
<a href="/about.html">about</a>
&middot;
<a href="http://github.com/nokarma">github</a>
&middot;
<a href="http://twitter.com/arthurschreiber">twitter</a>
4 changes: 1 addition & 3 deletions css/style.css
@@ -1,7 +1,7 @@
body {
margin: 0;
padding: 0;
font: 18px "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
font: 16px "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
line-height: 1.7em;
color: black;
background: white;
Expand All @@ -17,7 +17,6 @@ body {
color: #aaa;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 3em;
padding-top: 0.3em;
}

Expand All @@ -43,7 +42,6 @@ h2 {
border-bottom: 1px solid #ddd;
padding-bottom: 0.2em;
margin-bottom: -0.3em;
margin-top: 0;
}

h3 {
Expand Down

0 comments on commit a2f2a55

Please sign in to comment.