Fix layout for lower screen resolutions (800x600)

This commit is contained in:
Saivann 2014-05-10 11:38:38 -04:00
parent adbc48bc2d
commit 096211c320

View file

@ -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;
}