Mercurial > public > sg101
view static/js/markitup/sets/default/style.css @ 517:666147a2cc08
Moved the imports from the top of the file into the task function. This seemed to prevent some strange import errors that only occurred on the production server. I don't know if the problems were related to mod_wsgi or Python 2.5 or what.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 15 Dec 2011 02:49:16 +0000 |
parents | c78c6e007e61 |
children |
line wrap: on
line source
/* ------------------------------------------------------------------- // markItUp! // By Jay Salvat - http://markitup.jaysalvat.com/ // ------------------------------------------------------------------*/ .markItUp .markItUpButton1 a { background-image:url(images/bold.png); } .markItUp .markItUpButton2 a { background-image:url(images/italic.png); } .markItUp .markItUpButton3 a { background-image:url(images/stroke.png); } .markItUp .markItUpButton4 a { background-image:url(images/list-bullet.png); } .markItUp .markItUpButton5 a { background-image:url(images/list-numeric.png); } .markItUp .markItUpButton6 a { background-image:url(images/picture.png); } .markItUp .markItUpButton7 a { background-image:url(images/link.png); } .markItUp .markItUpButton8 a { background-image:url(images/clean.png); } .markItUp .preview a { background-image:url(images/preview.png); }