Skip to content

Commit

Permalink
fixed tab error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen Fong-Adwent committed Mar 28, 2012
1 parent 5456d6b commit 56af80c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/stylesheets/style.css
Expand Up @@ -161,7 +161,7 @@ a {
margin-bottom: 20px;
}

#header, #message {
#header {
clear: both;
float: left;
position: relative;
Expand Down
7 changes: 3 additions & 4 deletions views/layout.jade
Expand Up @@ -25,10 +25,9 @@ html
h1 Noodle Talk
#message
form(method='post', action='/message', autocomplete='off', class='font#{session.userFont}')
input(type='text', name='message', placeholder='enter your message here or type /help for more commands')
button(type='submit') add
form(method='post', action='/message', autocomplete='off', class='font#{session.userFont}')
input(type='text', name='message', placeholder='enter your message here or type /help for more commands')
button(type='submit') add
else
h1(class='visitor') Noodle Talk
Expand Down

0 comments on commit 56af80c

Please sign in to comment.