Added support for raw button

This commit is contained in:
John Crepezzi 2012-01-10 23:06:44 -05:00
parent b251978422
commit 844a2efb02
4 changed files with 17 additions and 6 deletions

View file

@ -140,9 +140,9 @@ textarea {
#box2 .function.enabled.duplicate { background-position: -79px center; }
#box2 .function.enabled.duplicate:hover { background-position: -79px bottom; }
#box2 .function.link { background-position: -116px top; }
#box2 .function.enabled.link { background-position: -116px center; }
#box2 .function.enabled.link:hover { background-position: -116px bottom; }
#box2 .function.raw { background-position: -116px top; }
#box2 .function.enabled.raw { background-position: -116px center; }
#box2 .function.enabled.raw:hover { background-position: -116px bottom; }
#box2 .function.twitter { background-position: -153px top; }
#box2 .function.enabled.twitter { background-position: -153px center; }