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

Versuch ohne flex

This commit is contained in:
eggy
2017-07-31 20:53:11 +02:00
parent a67a60cba3
commit e787e34104
2 changed files with 5 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ a:hover { text-decoration: underline; }
@media only screen and (min-width: 680px) { @media only screen and (min-width: 680px) {
.page-body { .page-body {
/*margin: 4px 0; */ /*margin: 4px 0; */
clear: both; /* clear: both; */
float:right; float:right;
/* margin-left: 160px; /* margin-left: 160px;
margin-right: 16px; margin-right: 16px;

View File

@@ -40,7 +40,7 @@
} }
#debianforum-outer { #debianforum-outer {
display: flex; /* display: flex;*/
} }
@@ -58,7 +58,7 @@
#debianforum_outer { #debianforum_outer {
display: flex; /* display: flex; */
} }
/* #debianforum_content { */ /* #debianforum_content { */
@@ -77,7 +77,7 @@
} }
#debianforum-outer { #debianforum-outer {
display: flex; /* display: flex; */
/* flex-direction: row-reverse; */ /* flex-direction: row-reverse; */
} }