annotate static/js/markitup/templates/preview.css @ 560:4e891919c63f

Changed the avatar upload_to path to not rely on the user supplied name, as this has caused problems in the past (too long). Now just store avatars under media/avatars/users/username.ext.
author Brian Neal <bgneal@gmail.com>
date Thu, 02 Feb 2012 20:09:19 -0600
parents 88b2b9cb8c1f
children ad69236e8501
rev   line source
bgneal@312 1 /* preview style examples */
bgneal@312 2 body {
bgneal@312 3 background-color:#EFEFEF;
bgneal@312 4 font:70% Verdana, Arial, Helvetica, sans-serif;
bgneal@312 5 }