Skip to content

Commit

Permalink
free noms links to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Reyes committed Nov 3, 2011
1 parent b97e62f commit fb49486
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions stylesheets/style.css
Expand Up @@ -22,6 +22,15 @@ div#header_container {
background-color: #333;
}

h1 a{
color: white;
}

h1 a:hover{
text-decoration: none;
color: white;
}

div#header {
color: white;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion views/index.html
Expand Up @@ -9,7 +9,7 @@
<body>
<div id="header_container">
<div id="header">
<h1>Free Noms!</h1>
<h1><a href="/">Free Noms!</a></h1>
<span id="definition"><span id="word">nom</span> [<span class="italic">nōm</span>]: &quot;the sound made when someone is eating and really enjoying it&quot;</span>
{% if user_nickname %}
<span class="user_info">
Expand Down

0 comments on commit fb49486

Please sign in to comment.