From c818712dfa0be11efd13c7e9ccac7dd7045e67d7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 26 Mar 2014 11:13:06 +0200 Subject: [PATCH] Reduce comments font size for events feed Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/events.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index fe7ab426e8d..b68f882220e 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -63,6 +63,10 @@ color: #666; margin-top: 5px; + .md { + font-size: 13px; + } + pre { border: none; background: #f9f9f9;