Index: trunk/phase3/skins/monobook/rtl.css |
— | — | @@ -216,7 +216,7 @@ |
217 | 217 | /* Convenience links to edit block, delete and protect reasons */ |
218 | 218 | p.mw-ipb-conveniencelinks, p.mw-protect-editreasons, |
219 | 219 | p.mw-filedelete-editreasons, p.mw-delete-editreasons { |
220 | | - float: left; |
| 220 | + text-align: left; |
221 | 221 | } |
222 | 222 | |
223 | 223 | .toggle { |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | p.mw-filedelete-editreasons, p.mw-delete-editreasons, |
166 | 166 | p.mw-revdel-editreasons { |
167 | 167 | font-size: 90%; |
168 | | - float: right; |
| 168 | + text-align: right; |
169 | 169 | } |
170 | 170 | |
171 | 171 | /* |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -1216,12 +1216,6 @@ |
1217 | 1217 | background-repeat:no-repeat; |
1218 | 1218 | } |
1219 | 1219 | |
1220 | | -/* Convenience links to edit block, delete and protect reasons */ |
1221 | | -p.mw-ipb-conveniencelinks, p.mw-protect-editreasons, |
1222 | | -p.mw-filedelete-editreasons, p.mw-delete-editreasons { |
1223 | | - float: right; |
1224 | | -} |
1225 | | - |
1226 | 1220 | /* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */ |
1227 | 1221 | .tipsy { |
1228 | 1222 | font-size: 0.8em; |