From 74fdbdf81224608dd58bbaf265b66a04be578ae0 Mon Sep 17 00:00:00 2001 From: Saivann Date: Fri, 5 Apr 2013 23:07:09 -0400 Subject: [PATCH] Add missing CSS rules for right-to-left dir --- _less/main.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/_less/main.less b/_less/main.less index d14a583f..167a56bb 100644 --- a/_less/main.less +++ b/_less/main.less @@ -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; }