From 70e340b17a22efecdf1f20f7e5e57f93fe084480 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sat, 21 Mar 2015 20:22:39 +0100 Subject: [PATCH] remove flexbox --- history.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/history.html b/history.html index 8dfe67a..19ac6ba 100644 --- a/history.html +++ b/history.html @@ -93,10 +93,6 @@ color: #D43E2A !important; } - #map { - flex-grow: 1; - } - #sidebar { z-index: 5; width: 50em; @@ -138,11 +134,6 @@ color: #1566A9; } - #container { - display: flex; - flex-direction: row-reverse; - } - @media screen and (max-width: 80em) { #sidebar { font-size: 0.8em; @@ -150,10 +141,6 @@ } @media screen and (max-width: 60em) { - #container { - flex-direction: column; - } - #sidebardata { overflow: visible; height: auto;