Skip to content

Commit

Permalink
Fix iphone declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Sep 26, 2010
1 parent bf3f674 commit 8e7a308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/css/handheld.css
@@ -0,0 +1,3 @@
.item a.edit, .item a.remove {
display: inline-block !important;
}
1 change: 1 addition & 0 deletions views/index.jade
Expand Up @@ -2,6 +2,7 @@ html
head
title My TODO list application
link(rel: 'stylesheet', href: '/css/main.css')
link(rel: 'stylesheet', href: '/css/handheld.css', type: 'text/css', media: 'only screen and (max-device-width: 480px)')
script(src: '/socket.io/socket.io.js')
script(src: '/js/jquery.js')
script(src: '/js/nodestream.js')
Expand Down

0 comments on commit 8e7a308

Please sign in to comment.