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