Commit 780c9460 authored by Sindre Sorhus's avatar Sindre Sorhus

Remove title from `.view` divs, it's in the footer anyway

parent 3b319a3d
......@@ -17,7 +17,7 @@
<label for="toggle-all">Mark all as complete</label>
<ul class="items">
<li class="item done">
<div class="view" title="Double click to edit...">
<div class="view">
<input class="toggle" type="checkbox" checked>
<span>Create a TodoMVC template</span>
<a class="destroy"></a>
......@@ -27,7 +27,7 @@
</div>
</li>
<li class="item">
<div class="view" title="Double click to edit...">
<div class="view">
<input class="toggle" type="checkbox">
<span>Rule the web</span>
<a class="destroy"></a>
......
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