Opened 15 years ago
Closed 15 years ago
#12733 closed enhancement (fixed)
Merge Twenty Ten print style into style.css
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Themes | Keywords: | has-patch |
Focuses: | Cc: |
Description
The attached patch merges 2010’s print.css into the main CSS file.
It does this to save an extra HTTP request.
This is considered good practice for speedy websites by speed maniacs (like your humble servant) and also by authoritative sources like: http://developer.yahoo.com/performance/rules.html
Putting the print rules into the main CSS is less compatible, but to a negligible degree: As far as I know, there is some problem with IE for Mac. The major usual suspect, IE for Windows, supports this technique since version 5.
NOTE:
I noticed that, in long web pages in Firefox, Twenty Ten only prints part of the document. This is independent of the merge and will have to be looked at separately.
Attachments (1)
Change History (5)
#1
@
15 years ago
- Owner set to iammattthomas
- Status changed from new to assigned
+1. Was looking at this the other day and never got around to ticketing it.
Merge Twenty Ten print style into style.css