css: merge body tags

This commit is contained in:
David Cormier 2014-04-29 21:31:12 -04:00
parent fb2134736c
commit c104385834

View file

@ -3,6 +3,8 @@ body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
overflow:hidden;
color: #ddd;
background-color: #181818;
}
.horizontal-line {
@ -79,11 +81,6 @@ hr {
white-space: pre-wrap;
}
body {
color: #ddd;
background-color: #181818;
}
#sendMessage {
width: 100%;
height: 36px;