[wp-trac] [WordPress Trac] #14243: Content of css interfering with functions
WordPress Trac
wp-trac at lists.automattic.com
Thu Jul 8 23:34:33 UTC 2010
#14243: Content of css interfering with functions
--------------------------+-------------------------------------------------
Reporter: matveb | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
This issue was driving me mad to debug.
Steps to reproduce:
1. Create a theme with just one style.css file with the following content:
/*
Theme Name: Test
Description: Test
Author: Test
Template: twentyten
*/
#status:hover p {
color: #666; }
2. Install one of the plugins to switch themes (Theme Switcher, Theme
Switch or Theme Test Drive).
----
The theme does not appear as an available theme on those plugins even
though it appears fine on the admin theme page.
3. Change the content of the css from "status:hover" to "whatever:hover"
and it appears.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14243>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list