Mercurial > public > sg101
view media/js/markitup/sets/default/style.css @ 102:e67c4dd98db5
Forums: new topic form sprouts boolean fields for sticky and locking if the user has rights. Implemented the locked logic. Fixed a bug where topics where getting out of order (the view_count was bumping the update_date because of auto_now).
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 16 Sep 2009 02:01:57 +0000 |
parents | dbd703f7d63a |
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/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); }