From 2b6d7250fa4018d598b9a979b5142c3f75752969 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 9 Oct 2015 15:22:32 +0300 Subject: [PATCH] css/main.scss: irclog should be a class --- css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.scss b/css/main.scss index efb72aa..8c6244a 100755 --- a/css/main.scss +++ b/css/main.scss @@ -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;