Index: trunk/phase3/skins/Simple.php |
— | — | @@ -23,7 +23,9 @@ |
24 | 24 | $this->skinname = 'simple'; |
25 | 25 | $this->stylename = 'simple'; |
26 | 26 | $this->template = 'MonoBookTemplate'; |
27 | | - $this->cssfiles = array( 'rtl' ); |
| 27 | + $this->addStyle( 'simple/main.css', 'screen' ); |
| 28 | + $this->addStyle( 'simple/rtl.css', '', '', 'rtl' ); |
| 29 | + |
28 | 30 | } |
29 | 31 | |
30 | 32 | function reallyDoGetUserStyles() { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -28,12 +28,14 @@ |
29 | 29 | |
30 | 30 | * (bug 8068) New __INDEX__ and __NOINDEX__ magic words allow user control of |
31 | 31 | search engine indexing on a per-article basis. |
| 32 | +* Handheld stylesheet options |
32 | 33 | |
33 | 34 | === Bug fixes in 1.14 === |
34 | 35 | |
35 | 36 | * (bug 14907) DatabasePostgres::fieldType now defined. |
36 | 37 | * (bug 14659) Passing the default limit param to Special:Recentchanges no more |
37 | 38 | falls back to the user option |
| 39 | +* (bug 14954) Fix regression in Modern and Simple skins |
38 | 40 | |
39 | 41 | === API changes in 1.14 === |
40 | 42 | |