Add missing CSS rules for right-to-left dir

This commit is contained in:
Saivann 2013-04-05 23:07:09 -04:00
parent 224959f5f4
commit 74fdbdf812

View file

@ -174,6 +174,7 @@ position:absolute;
right:0px; right:0px;
top:0px; top:0px;
height:30px; height:30px;
z-index:1000;
border-left:1px solid transparent; border-left:1px solid transparent;
border-right:1px solid transparent; border-right:1px solid transparent;
border-top:1px solid transparent; border-top:1px solid transparent;
@ -236,7 +237,6 @@ display:none;
} }
#menufor{ #menufor{
max-width:660px;
position:relative; position:relative;
bottom:-18px; bottom:-18px;
margin:2px 0px 0px 250px; margin:2px 0px 0px 250px;
@ -419,7 +419,6 @@ text-decoration:none;
.box{ .box{
border:2px dashed #4892b2; border:2px dashed #4892b2;
padding:0px 20px 0px 20px; padding:0px 20px 0px 20px;
margin-right:80px;
} }
.contributors{ .contributors{
@ -611,7 +610,7 @@ display:none;
} }
#menufor{ #menufor{
position:static; position:static;
bottom:0x; bottom:0px;
margin:0px 0px 10px 10px; margin:0px 0px 10px 10px;
height:auto; height:auto;
} }
@ -665,9 +664,6 @@ background-color:transparent;
.contributors{ .contributors{
width:auto; width:auto;
} }
.box{
margin-right:0px;
}
.foundation{ .foundation{
padding:20px; padding:20px;
} }