dyoo / WeScheme

29 stars 16 forks source link

Second stab at toolbar CSS #83

Closed schanzer closed 11 years ago

schanzer commented 11 years ago

As stated on Trello:

1) Change DOM structure to

  • ...
  • 2) Add CSS rule for span:before, with a margin for the icon: a#run span:before{content: url(run.png); margin-right:3px} a#stop span:before{content: url(break.png); margin-right:3px} a#save span:before{content: url(save.png); margin-right:3px} a#share span:before{content: url(share.png); margin-right:3px} a#recipe span:before{content: url(recipe.png);margin-right:3px}

    (also fixes issue #75)