]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
(no commit message)
[ikiwiki.git] / doc / style.css
index 18bf531a6150208809cee6383b9e2194ef90ce8e..fe1eb903df00348e72887b3e3fd09aeba47fa0a2 100644 (file)
@@ -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;
+       }
 }