All CSS code is stored in wp_posts using a custom post_type of customcss. This allows us to use the built in revision engine.
All CSS code is stored in wp_posts using a custom post_type of customcss. This allows us to use the built in revision engine. The CSS is filtered through CSS Tidy and KSES for security.