Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -405,6 +405,7 @@ |
406 | 406 | } |
407 | 407 | div#mw-panel div.portal { |
408 | 408 | padding-bottom: 1.5em; |
| 409 | + direction: ltr; |
409 | 410 | } |
410 | 411 | div#mw-panel div.portal h5 { |
411 | 412 | font-weight: normal; |
— | — | @@ -453,6 +454,7 @@ |
454 | 455 | background-image: url(images/border.png?1); |
455 | 456 | background-position: top left; |
456 | 457 | background-repeat: repeat-x; |
| 458 | + direction: ltr; |
457 | 459 | } |
458 | 460 | div#footer ul { |
459 | 461 | list-style: none; |
— | — | @@ -705,6 +707,7 @@ |
706 | 708 | h5 .editsection { font-weight: normal; } |
707 | 709 | h6 { font-size: 80%; } |
708 | 710 | h6 .editsection { font-size: 125%; font-weight: normal; } |
| 711 | +.editsection { float: right; } |
709 | 712 | p { |
710 | 713 | margin: .4em 0 .5em 0; |
711 | 714 | line-height: 1.5em; |
— | — | @@ -1149,3 +1152,9 @@ |
1150 | 1153 | background-position:right bottom; |
1151 | 1154 | background-repeat:no-repeat; |
1152 | 1155 | } |
| 1156 | + |
| 1157 | +/* Convenience links to edit block, delete and protect reasons */ |
| 1158 | +p.mw-ipb-conveniencelinks, p.mw-protect-editreasons, |
| 1159 | +p.mw-filedelete-editreasons, p.mw-delete-editreasons { |
| 1160 | + float: right; |
| 1161 | +} |