fixed style for navbar headers

This commit is contained in:
albert
2011-06-13 18:34:53 -04:00
parent d6e4283cc7
commit 8a7597bc98
9 changed files with 50 additions and 16 deletions

View File

@@ -21,10 +21,10 @@
<%= yield :html_header %>
</head>
<body>
<header>
<header id="top">
<h1><%= link_to Danbooru.config.app_name, "/" %></h1>
<nav>
<menu>
<menu class="main">
<% if CurrentUser.user.is_anonymous? %>
<%= nav_link_to("Login", new_session_path) %>
<% else %>