From f565fd0bb153a7d6247169e980d1cfa1b1fb926e Mon Sep 17 00:00:00 2001 From: Colin Pollard Date: Wed, 9 Jul 2014 13:33:37 +0100 Subject: [PATCH] fix for tooltip not showing --- examples/todo-app/css/todos.css | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/todo-app/css/todos.css b/examples/todo-app/css/todos.css index 7169bdc2..d78ecb71 100644 --- a/examples/todo-app/css/todos.css +++ b/examples/todo-app/css/todos.css @@ -364,7 +364,6 @@ body { width: 170px; left: 50%; margin-left: -85px; - opacity: 0; } /* line 55 */ #todoapp .content ul#todo-list {