1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

flex erstmal teilweise wieder raus

This commit is contained in:
eggy
2017-07-18 20:03:51 +02:00
parent 4036efb9d6
commit d910c25af2
3 changed files with 16 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
@import url("colours.css?v=3.2");
@import url("responsive.css?v=3.2");
@import url("debianforum.css");
@import url("debianforum.css?v=3.2");
#debianforum_outer {
@@ -28,7 +28,7 @@
/* #debianforum_content { */
#page-body {
flex: 1;
/*flex: 1;*/
}
#debianforum_nav {
}
@@ -49,7 +49,7 @@
/* margin-left: 160px;
margin-right: 16px;
padding-left: 15px; */
flex:1;
/* flex:1; */
}
.debianforumde-sidebar {
@@ -64,7 +64,7 @@
/* #debianforum_content { */
#page-body {
/* background-color: red; */
flex: 1;
/* flex: 1; */
}
#debianforum_nav {
/* background-color: blue; */
@@ -78,7 +78,7 @@
#debianforum-outer {
display: flex;
flex-direction: row-reverse;
flex-direction: row-reverse;
}