Skip to content

Commit

Permalink
put + to left of add button
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt committed Jul 24, 2012
1 parent 4610650 commit 6bb1e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litewrite.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ html, body {
#aside .selected { color:#000; font-weight:bold; }

#add { display:inline-block; width:60%; font-size:120%; font-weight:bold; color:#000; }
#add:hover, #add:focus { color:#777; }
#add:hover:after, #add:focus:after { content:' +'; }
#add:hover:before, #add:focus:before { content:'+ '; }
#add:hover, #add:focus { color:#777; margin-left:-.9em; }

#entries { height:80%; overflow-y:auto; }
#entries a { text-overflow:ellipsis; }
Expand Down

0 comments on commit 6bb1e74

Please sign in to comment.