Mercurial > public > sg101
view static/js/markitup/sets/default/style.css @ 388:c3231af55778
For #191; r410 is wrong: it is returning the wrong posts. Rework. MySQL is not using an index on our query, and it is taking 10+ seconds. Replace this slow query with a loop that loops over the public forums, then sorts and returns the posts.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 19 Mar 2011 05:03:51 +0000 |
parents | 88b2b9cb8c1f |
children | c78c6e007e61 |
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/picture.png); } .markItUp .markItUpButton5 a { background-image:url(images/link.png); } .markItUp .markItUpButton6 a { background-image:url(images/clean.png); } .markItUp .preview a { background-image:url(images/preview.png); }