css/main.scss: irclog should be a class

This commit is contained in:
Aminda Suomalainen 2015-10-09 15:22:32 +03:00
parent 21b80ba50d
commit 2b6d7250fa

View File

@ -68,7 +68,7 @@ $on-laptop: 800px;
}
// IRC logs should be formatted with this
#irclog {
.irclog {
white-space: pre-wrap;
font-size: 15px;
border: 1px solid $grey-color-light;