Bug 1224932 - Center the <body> element in the layout-view; r=bgrins

This commit is contained in:
Patrick Brosset 2015-12-16 18:29:11 +01:00
parent 01377cfa59
commit 534cc80152

View File

@ -6,7 +6,7 @@
box-sizing: border-box;
}
body {
.theme-sidebar body {
/* The view will grow bigger as the window gets resized, until 400px */
max-width: 400px;
margin: 0px auto;