mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix layout for lower screen resolutions (800x600)
This commit is contained in:
parent
adbc48bc2d
commit
096211c320
1 changed files with 14 additions and 3 deletions
|
@ -158,6 +158,7 @@ table td,table th{
|
|||
|
||||
.foundation-banner{
|
||||
text-align:center;
|
||||
width:940px;
|
||||
}
|
||||
.foundation-banner div{
|
||||
display:inline-block;
|
||||
|
@ -187,13 +188,13 @@ table td,table th{
|
|||
margin:30px 0 30px 0;
|
||||
}
|
||||
.head div{
|
||||
max-width:940px;
|
||||
width:940px;
|
||||
margin:auto;
|
||||
position:relative;
|
||||
z-index:100;
|
||||
}
|
||||
.body{
|
||||
max-width:940px;
|
||||
width:940px;
|
||||
margin:auto;
|
||||
position:relative;
|
||||
}
|
||||
|
@ -382,7 +383,7 @@ table td,table th{
|
|||
position:relative;
|
||||
padding:20px 0;
|
||||
text-align:center;
|
||||
max-width:940px;
|
||||
width:940px;
|
||||
font-size:94%;
|
||||
}
|
||||
.footermenu{
|
||||
|
@ -1340,6 +1341,12 @@ h2 .rssicon{
|
|||
.head{
|
||||
margin:0;
|
||||
}
|
||||
.head div{
|
||||
width:auto;
|
||||
}
|
||||
.body{
|
||||
width:auto;
|
||||
}
|
||||
.langselect{
|
||||
background-color:transparent;
|
||||
border:0;
|
||||
|
@ -1408,11 +1415,15 @@ h2 .rssicon{
|
|||
}
|
||||
.footer{
|
||||
line-height:1.5em;
|
||||
width:auto;
|
||||
}
|
||||
.footermenu{
|
||||
display:block;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.foundation-banner{
|
||||
width:auto;
|
||||
}
|
||||
.index{
|
||||
padding:15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue