Room around thumbs should be margin, not a transparent border.
authorKrinkle <krinkle@users.mediawiki.org>
Mon, 27 Dec 2010 20:45:07 +0000 (20:45 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Mon, 27 Dec 2010 20:45:07 +0000 (20:45 +0000)
commit5fe6f66a1a0dbf9182f9993ac4bbaaad64a6fc39
tree56f7f21eca543b41493563e2c0a0df2971ab2a8d
parent9466a35de515d052225d774d21bc807deccc6438
Room around thumbs should be margin, not a transparent border.

.tleft / .tright { border-width: 0.5em 0 0.8em 1.4em; }
becomes: "margin: 0.5em 0 0.8em 1.4em;"
adding ".thumb margin-bottom: 0.5em;" becomes: "margin: 0.5em 0 1.3em 1.4em;"
* Related to r79010
skins/chick/main.css
skins/modern/main.css
skins/monobook/main.css
skins/vector/screen.css