Mercurial > public > sg101
diff static/js/markitup/sets/markdown/style.css @ 977:ba0f4a5f1fca
Fix MarkItUp! CSS for removing image icon.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 05 Oct 2015 20:20:34 -0500 |
parents | f54bf3b3bece |
children | fd70e9d547ed |
line wrap: on
line diff
--- a/static/js/markitup/sets/markdown/style.css Mon Oct 05 20:07:44 2015 -0500 +++ b/static/js/markitup/sets/markdown/style.css Mon Oct 05 20:20:34 2015 -0500 @@ -20,16 +20,13 @@ } .markItUp .markItUpButton6 a { - background-image:url(images/picture.png); -} -.markItUp .markItUpButton7 a { background-image:url(images/link.png); } -.markItUp .markItUpButton8 a { +.markItUp .markItUpButton7 a { background-image:url(images/quotes.png); } -.markItUp .markItUpButton9 a { +.markItUp .markItUpButton8 a { background-image:url(images/code.png); }