Skip to content

Commit

Permalink
Merge pull request #147 from simasware/master
Browse files Browse the repository at this point in the history
Added some usability
  • Loading branch information
Micheal Harker committed Jun 25, 2014
2 parents c6b60a2 + 1fc3cd6 commit b18b696
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<input type="text" placeholder="New notebook...">
</div>
<div id="settingsbar">
<i id="settings" class="fa fa-cog"></i>
<i id="sync" class="fa fa-refresh"></i>
<i id="settings" class="fa fa-cog" title="Settings"></i>
<i id="sync" class="fa fa-refresh" title="Sync your notes"></i>
</div>
</aside>
<section id="browser" class="panel">
Expand All @@ -48,10 +48,10 @@
<time></time>
</div>
<div class="right">
<button class="toggle edit"><i class="fa fa-pencil"></i></button>
<button class="revert"><i class="fa fa-share"></i></button>
<button class="toggle edit" title="Edit note"><i class="fa fa-pencil"></i></button>
<button class="revert" title="Revert changes"><i class="fa fa-share"></i></button>
<!-- <button class="share"><i class="fa fa-upload"></i></button> -->
<button class="delete"><i class="fa fa-trash-o"></i></button>
<button class="delete" title="Delete note"><i class="fa fa-trash-o"></i></button>
</div>
</div>
</header>
Expand Down

0 comments on commit b18b696

Please sign in to comment.