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

Umbau fuer Seitenleiste

This commit is contained in:
eggy
2017-07-22 14:58:07 +02:00
parent 486d031b13
commit 5f1728d3d3
4 changed files with 9 additions and 9 deletions

View File

@@ -4,13 +4,6 @@
<!-- EVENT overall_footer_page_body_after --> <!-- EVENT overall_footer_page_body_after -->
<!-- debianforum: anfang -->
<div class="debianforumde-sidebar">
<!-- INCLUDE debianforumde_sidebar_menu.html -->
</div>
<!-- ende -->
<div id="page-footer" class="page-footer" role="contentinfo"> <div id="page-footer" class="page-footer" role="contentinfo">
<!-- INCLUDE navbar_footer.html --> <!-- INCLUDE navbar_footer.html -->

View File

@@ -124,6 +124,13 @@
<div id=debianforum-outer> <!-- div ende ist in overall_footer.html --> <div id=debianforum-outer> <!-- div ende ist in overall_footer.html -->
<!-- debianforum: anfang -->
<div class="debianforumde-sidebar">
<!-- INCLUDE debianforumde_sidebar_menu.html -->
</div>
<!-- ende -->
<!-- EVENT overall_header_page_body_before --> <!-- EVENT overall_header_page_body_before -->

View File

@@ -183,7 +183,7 @@ a:hover { text-decoration: underline; }
margin-left:8px; margin-left:8px;
width: 150px; width: 150px;
/* left: 15px; */ /* left: 15px; */
position: absolute; /* position: absolute;*/
top: 140px; top: 140px;
float:left; float:left;
} }

View File

@@ -78,7 +78,7 @@
#debianforum-outer { #debianforum-outer {
display: flex; display: flex;
flex-direction: row-reverse; /* flex-direction: row-reverse; */
} }