mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix CSS styles for future rtl translations
This commit is contained in:
parent
e4873b457d
commit
9717c728e9
5 changed files with 85 additions and 25 deletions
|
@ -380,22 +380,18 @@ table td,table th{
|
|||
|
||||
.footer{
|
||||
position:relative;
|
||||
top:-2px;
|
||||
padding:20px 0 20px 40px;
|
||||
padding:20px 0;
|
||||
text-align:center;
|
||||
max-width:940px;
|
||||
font-size:94%;
|
||||
}
|
||||
.footer div{
|
||||
padding-top:6px;
|
||||
.footermenu{
|
||||
display:inline;
|
||||
}
|
||||
.footer div a{
|
||||
.footermenu a{
|
||||
margin-right:15px;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.footer div span a{
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
/*Styles specific to elements in pages*/
|
||||
|
||||
|
@ -1411,13 +1407,11 @@ h2 .rssicon{
|
|||
border-radius:0;
|
||||
}
|
||||
.footer{
|
||||
padding:20px 0 20px 5px;
|
||||
background-color:transparent;
|
||||
line-height:1.5em;
|
||||
}
|
||||
.footer div span{
|
||||
.footermenu{
|
||||
display:block;
|
||||
margin-top:10px;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.index{
|
||||
padding:15px;
|
||||
|
@ -1566,9 +1560,6 @@ h2 .rssicon{
|
|||
.mainlist>div:first-child+div+div{
|
||||
text-align:left;
|
||||
}
|
||||
.start p{
|
||||
text-align:left;
|
||||
}
|
||||
.start>div{
|
||||
position:static;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue