mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
Footer aus Flex rausgenommen
This commit is contained in:
@@ -83,16 +83,17 @@ background-image: url("./images/icons_contact.png");
|
||||
|
||||
.debianforumde-sidebar {
|
||||
width: 150px;
|
||||
height: 1px;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
|
||||
#debianforum_outer {
|
||||
display: flex;
|
||||
/* display: flex; */
|
||||
}
|
||||
|
||||
/* #debianforum_content { */
|
||||
#page-body {
|
||||
/* overflow:hidden; */
|
||||
/* background-color: red; */
|
||||
/* flex: 1; */
|
||||
}
|
||||
@@ -100,11 +101,19 @@ background-image: url("./images/icons_contact.png");
|
||||
/* background-color: blue; */
|
||||
}
|
||||
|
||||
.debianforum_nav:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#debianforum-outer {
|
||||
display: flex;
|
||||
/* display: flex; */
|
||||
/* flex-direction: row-reverse; */
|
||||
|
||||
}
|
||||
@@ -125,3 +134,12 @@ background-image: url("./images/icons_contact.png");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#DebianforumLeisteUnten {
|
||||
overflow:hidden;
|
||||
clear:both;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user