Commit 65514aff authored by Addy Osmani's avatar Addy Osmani

Merge pull request #8 from kazad/backbone_css_fix

Bugfix: Removed reference to missing image file
parents 9430e899 2935c7af
...@@ -446,7 +446,6 @@ body { ...@@ -446,7 +446,6 @@ body {
cursor: pointer; cursor: pointer;
width: 20px; width: 20px;
height: 20px; height: 20px;
background: url(/images/destroy.png) no-repeat center center;
} }
/* line 106 */ /* line 106 */
#todoapp .content ul#todo-list li:hover .todo-destroy { #todoapp .content ul#todo-list li:hover .todo-destroy {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment