Remove border around window

Remove the 1px gray border around the window. This allows to the window to integrate seamlessly with custom window managers which use the background color for the titlebar.
pull/749/head
José Pedro Arvela 9 years ago committed by José Pedro Arvela
parent d50145f0e8
commit b2948e541e

@ -4,7 +4,6 @@
html {
height: 100%;
border: solid 1px #ccc;
}
body {

@ -16,8 +16,7 @@
box-sizing: border-box; }
html {
height: 100%;
border: solid 1px #ccc; }
height: 100%; }
body {
position: relative;

Loading…
Cancel
Save