| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 31933: fix 1.18 regression in Monobook sidebar: huge spacing between port... | Brion Vibber | 2011-11-01 | 1 | -9/+0 |
* | Follow-up r96261: remove the !important again, and then do the script default... | Robin Pepermans | 2011-11-01 | 1 | -11/+0 |
* | Patch from Erwin Dokter Bug #31547 — “Category links need less spacing an... | Mark A. Hershberger | 2011-10-26 | 1 | -4/+4 |
* | Add, update, tweak documentation | Sam Reed | 2011-10-26 | 1 | -18/+16 |
* | Adding flatlists to HTMLRadioField, sort of like HTMLMultiSelect | John Du Hart | 2011-10-23 | 1 | -0/+1 |
* | Revert r79363, r79364, and r79369 to disable datalists support entirely based | Mark A. Hershberger | 2011-10-20 | 1 | -11/+8 |
* | Add 'padding: 0;' for '.catlinks ul' in commonPrint as well | Krinkle | 2011-10-15 | 1 | -0/+1 |
* | Drop IE5.x support | Krinkle | 2011-10-15 | 6 | -321/+0 |
* | CSS clean up | Krinkle | 2011-10-15 | 21 | -416/+541 |
* | Language specific height correction for titles. Ref Bug 29405 and Bug 30809. ... | Santhosh Thottingal | 2011-10-10 | 1 | -0/+19 |
* | Followup r98212; Ensure that true is passed to all uses of SkinTemplateToolbo... | Daniel Friesen | 2011-10-09 | 2 | -2/+2 |
* | Fix bug 31436. | Derk-Jan Hartman | 2011-10-09 | 1 | -3/+3 |
* | Fix bug introduced in r79084: class attribute for minor and bot markers in Sp... | Roan Kattouw | 2011-10-06 | 1 | -2/+2 |
* | Partly revert r99083 because the new behaviour is still buggy... | Philip Tzou | 2011-10-06 | 1 | -22/+7 |
* | Follow r86861. It's strange to apply the focus/blur behaviour only on #p-cact... | Philip Tzou | 2011-10-06 | 1 | -14/+31 |
* | Follow r86861, replace spaces with tabs. It's my vim's fault! | Philip Tzou | 2011-10-06 | 1 | -1/+1 |
* | Fix Bug:31396. The bug was cause by r86861, which used CSS sprites to change ... | Philip Tzou | 2011-10-06 | 3 | -2/+4 |
* | Ported in r98971 from deployment | Aaron Schulz | 2011-10-05 | 1 | -5/+7 |
* | Port r51457 from monobook to modern, simple and Vector. | Derk-Jan Hartman | 2011-10-02 | 4 | -35/+22 |
* | Follow up r98665. And remove the old css of course. | Derk-Jan Hartman | 2011-10-02 | 1 | -14/+0 |
* | Add the class jquery-tablesorter to all tables that are made sortable. | Derk-Jan Hartman | 2011-10-02 | 4 | -0/+0 |
* | Revert r97788 | Santhosh Thottingal | 2011-10-01 | 2 | -0/+3 |
* | shared.css clean up: | Krinkle | 2011-09-28 | 1 | -5/+6 |
* | Raise the specificity of the sortable header. | Derk-Jan Hartman | 2011-09-25 | 1 | -3/+3 |
* | Improve the accessibility of our jump-to functionality | Daniel Friesen | 2011-09-25 | 5 | -3/+14 |
* | Factorise calls to $this->getSkin()->getUser() in SkinCologneBlue::quickBar()... | Alexandre Emsenhuber | 2011-09-23 | 1 | -11/+13 |
* | Zero padding for #firstHeading makes text cut for scripts like Devanagari , M... | Santhosh Thottingal | 2011-09-22 | 2 | -3/+0 |
* | * (bug 30041) Fix installer cache selection field to keep the selected radio ... | Brion Vibber | 2011-09-22 | 1 | -3/+0 |
* | Revert r93388 because it was a fix for r93386 which was reverted. | Robin Pepermans | 2011-09-21 | 1 | -1/+0 |
* | Don't use isset() to check for null | Alexandre Emsenhuber | 2011-09-21 | 1 | -2/+2 |
* | Cleaned up leftovers from applying a patch | Trevor Parscal | 2011-09-20 | 1 | -3/+0 |
* | Fixed IE6 issues in RTL mode | Trevor Parscal | 2011-09-20 | 1 | -0/+17 |
* | Fix support of legacy skins Standard & CologneBlue for user language directio... | Robin Pepermans | 2011-09-20 | 2 | -27/+13 |
* | Followup r97652, *actually* break the line | Roan Kattouw | 2011-09-20 | 1 | -1/+2 |
* | Break line in r97634 | Roan Kattouw | 2011-09-20 | 1 | -2/+3 |
* | Followup r97623: some fixes for RTL in IE70Fixes.css: | Roan Kattouw | 2011-09-20 | 1 | -3/+10 |
* | Reinstate IE*Fixes.css . This fixes most of the breakage from r74966, but the... | Roan Kattouw | 2011-09-20 | 1 | -4/+4 |
* | As reported in bug 31031, WebKit can mess up the TOC title (which is in user ... | Robin Pepermans | 2011-09-20 | 1 | -0/+7 |
* | Fix per Krinkle's CR r97329: "There is and should be only one kind of #fileto... | Raimond Spekking | 2011-09-19 | 1 | -1/+1 |
* | Use Skin->getCategories() instead of Skin->getCategoryLinks() and manually wr... | Krinkle | 2011-09-17 | 2 | -8/+4 |
* | Adding padding:0px to '.catlinks ul' (Follow-up r92054). Browsers sometimes h... | Krinkle | 2011-09-17 | 1 | -0/+1 |
* | Remove the pseudo TOC, part of file descripton pages, from printing. Useless ... | Raimond Spekking | 2011-09-16 | 1 | -1/+2 |
* | * Factorise calls to get the User object | Alexandre Emsenhuber | 2011-09-15 | 1 | -5/+6 |
* | * Move <small> styling from message to shared.css | Raimond Spekking | 2011-09-12 | 2 | -1/+10 |
* | * (bug 30864) Use bengali numerals for <ol> for Assamese | Niklas Laxström | 2011-09-12 | 1 | -0/+1 |
* | Adress fixme on r92054: Style print | Leo Koppelkamm | 2011-09-11 | 1 | -0/+26 |
* | Fix standard skin, which doesn't style ul/ol. The margin added in shared.css ... | Robin Pepermans | 2011-09-11 | 1 | -0/+4 |
* | Do r93269 in a better way (also fixes some rare cases). Use 'margin/padding' ... | Robin Pepermans | 2011-09-11 | 5 | -14/+8 |
* | * Per Aaron on r96261, use string 'flip' instead of boolean | Robin Pepermans | 2011-09-10 | 3 | -6/+6 |
* | Simplify some contexts | Sam Reed | 2011-09-10 | 1 | -3/+3 |