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:
parent
d50145f0e8
commit
b2948e541e
2 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue