css: merge body tags
This commit is contained in:
parent
fb2134736c
commit
c104385834
1 changed files with 2 additions and 5 deletions
|
@ -3,6 +3,8 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/* The html and body elements cannot have any padding or margin. */
|
/* The html and body elements cannot have any padding or margin. */
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
color: #ddd;
|
||||||
|
background-color: #181818;
|
||||||
}
|
}
|
||||||
|
|
||||||
.horizontal-line {
|
.horizontal-line {
|
||||||
|
@ -79,11 +81,6 @@ hr {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
color: #ddd;
|
|
||||||
background-color: #181818;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sendMessage {
|
#sendMessage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
Loading…
Reference in a new issue