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.
This commit is contained in:
José Pedro Arvela 2016-01-18 20:40:40 +00:00 committed by José Pedro Arvela
parent d50145f0e8
commit b2948e541e
2 changed files with 1 additions and 3 deletions

View file

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

View file

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