aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-12-01 21:59:20 +0000
committerSimon McVittie <smcv@debian.org>2014-12-01 21:59:32 +0000
commite14e9aa642f19c5fa37ac76dad75a569b4c5ee43 (patch)
tree446b79a36c2e8952d41bd0c85fec7556f78d9391 /doc/style.css
parent903a77d3436f70a7f8437e32edaa1e1c079e35e2 (diff)
downloadikiwiki-e14e9aa642f19c5fa37ac76dad75a569b4c5ee43.tar
ikiwiki-e14e9aa642f19c5fa37ac76dad75a569b4c5ee43.tar.gz
be more backwards-compatible with flex layout
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css5
1 files changed, 5 insertions, 0 deletions
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 {