/** * Body styles. This makes the toolstrip layout fit in with the Windows * bookmarkbar. Note that the background is provided separately, by * RenderWidget. */ body { display:-webkit-box; -webkit-box-orient:horizontal; -webkit-box-align:center; white-space:nowrap; overflow: hidden; margin: 0; padding:0; font: menu; -webkit-user-select:none; cursor:default; } /** * This, combined with -webkit-box-align:center on body, makes content inside * the body tag center itself vertically by default. */ body>* { display:-webkit-box; } /** * Set display property of