3 /* workaround for various ie float bugs */
5 /* This bit is needed to make links clickable... WTF */
6 div#column-content div#content
{
11 .rtl div#column-content div#content {
18 /* For some reason it tries to inherit the padding-top into every div,
19 * and I can't figure out how to get it back off.
20 * Margin works correctly for this use, though.
26 /* These elements also have padding-left: 20px; in main.css, but in RTL mode this is flipped.
27 * That's good in normal browsers, but in IE7 it needs to not be flipped for some daft reason.
28 * Also clear the right margin (originally margin-left: 1em)
30 li#pt-userpage
, li#pt-anonuserpage
, li#pt-login
{
36 background-position: right
;
48 padding-bottom: 0 !important
;
50 background-color: transparent
;
52 float: none
!important
;
56 display: inline-block
!important
;
60 border-width: 1px 1px 0;
62 #p-cactions li
.selected a
{
63 border-color: #fabd23;
64 padding-bottom: 0.17em;
66 #p-cactions li
a:hover
{
67 padding-bottom: 0.17em;
70 display: inline-block
;
73 #portal-personaltools {
74 padding-bottom: 0.1em;
90 /* Work around bug with inline <li> tags with right margins and nowrap */