X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/5fe28eb4c29cb31bd6293beb67cccc9b01e967ec..f35c6a97d1837a37879996211bd6f3c8eb356df9:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 18bf531a6..fe1eb903d 100644 --- a/doc/style.css +++ b/doc/style.css @@ -555,27 +555,41 @@ a.openid_large_btn:focus { width: auto; float: none; margin-top: 0; + border: none; } /* if the mobile browser is new enough, use flex layout to shuffle * 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; } + + .blogform, #blogform { + padding: 4px 4px; + } }