]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
(no commit message)
[ikiwiki.git] / doc / style.css
index 6050a2598850cd1e9ba9951cdc96a717250e6bcc..fe1eb903df00348e72887b3e3fd09aeba47fa0a2 100644 (file)
@@ -562,21 +562,30 @@ a.openid_large_btn:focus {
         * the sidebar to the end */
        .page {
                display: -webkit-box;
-               display: -ms-flexbox;
+               display: -webkit-flexbox;
                display: -webkit-flex;
+               display: -moz-box;
+               display: -ms-flexbox;
                display: flex;
+               -webkit-box-orient: vertical;
+               -webkit-flex-direction: tb;
+               -webkit-flex-direction: column;
+               -webkit-flex-flow: column;
+               -ms-flex-direction: column;
                flex-direction: column;
        }
        #pageheader {
                -webkit-box-ordinal-group: -1;
-               -ms-flex-order: -1;
                -webkit-order: -1;
+               -ms-box-ordinal-group: -1;
+               -ms-flex-order: -1;
                order: -1;
        }
        .sidebar, #footer {
                -webkit-box-ordinal-group: 1;
-               -ms-flex-order: 1;
                -webkit-order: 1;
+               -ms-box-ordinal-group: 1;
+               -ms-flex-order: 1;
                order: 1;
        }