Opened 15 years ago
Closed 14 years ago
#12292 closed defect (bug) (fixed)
Create missing .dev stylesheets and fix RTL handling
Reported by: | nacin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
We need to create any missing .dev stylesheets and also fix WP_Styles to handle dev versions of RTL sheets properly.
Attachments (2)
Change History (8)
#2
@
15 years ago
Sorry matveb, didn't see your attachment. (Attachments are silent posts in our notification system.)
I've minified the remaining RTL sheets, which included some pretty tiny sheets, but it will allow us to use -rtl.dev.css files effectively and without too much hacking.
I've attached a patch that takes care of script-loader.php and WP_Styles. Comments welcome. We can probably make a few more changes and get rid of some of the smaller minified RTL files.
Note: See
TracTickets for help on using
tickets.
Added the missing rtl.dev.css files. Not sure if this is the right way to do it.