From e14e9aa642f19c5fa37ac76dad75a569b4c5ee43 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 1 Dec 2014 21:59:20 +0000 Subject: [PATCH 1/1] be more backwards-compatible with flex layout --- doc/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/style.css b/doc/style.css index 6050a2598..a875969f1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -562,9 +562,14 @@ a.openid_large_btn:focus { * the sidebar to the end */ .page { display: -webkit-box; + display: -webkit-flexbox; display: -ms-flexbox; display: -webkit-flex; display: flex; + -webkit-box-orient: vertical; + -ms-flex-direction: column; + -webkit-flex-direction: tb; + -webkit-flex-direction: column; flex-direction: column; } #pageheader { -- 2.45.0