This commit is contained in:
Martin Müller 2014-05-01 13:45:41 +02:00
parent 769731672a
commit 2404c38b04
3 changed files with 12 additions and 3 deletions

View File

@ -15,7 +15,7 @@ if($isLoggedin){
} }
.column-center{ .column-center{
padding-left:50px; padding-left:50px;
width:1010px; width:1160px;
} }
--> -->
</style> </style>

View File

@ -3,4 +3,5 @@
* *
*/ */
?> ?>
Werbung <img src="/uploads/1_-adv.jpg"/>

View File

@ -194,12 +194,20 @@ body.loading #container{
#barleft img{ #barleft img{
margin: 8px; margin: 8px;
} }
#barright{
width: 130px;
}
#barright img{
max-width:100%;
}
.column-center{ .column-center{
width:960px; width:1110px;
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
margin: 0px; margin: 0px;
padding-top: 20px; padding-top: 20px;
padding-right:130px;
//width:960px;
} }
#container{ #container{
min-height: 400px; min-height: 400px;