mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add missing CSS rules for right-to-left dir
This commit is contained in:
parent
224959f5f4
commit
74fdbdf812
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue