From: Simon McVittie Date: Mon, 1 Dec 2014 21:59:20 +0000 (+0000) Subject: be more backwards-compatible with flex layout X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/e14e9aa642f19c5fa37ac76dad75a569b4c5ee43?hp=903a77d3436f70a7f8437e32edaa1e1c079e35e2 be more backwards-compatible with flex layout --- 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 {