mirror of https://github.com/BOINC/boinc.git
13 lines
153 B
CSS
13 lines
153 B
CSS
|
html, body, .container-fluid {
|
||
|
height: 100%;
|
||
|
#background-color: #111;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
-webkit-app-region: drag;
|
||
|
}
|
||
|
|
||
|
.container-fluid {
|
||
|
padding: 25px;
|
||
|
}
|