From 6393757707d5686b79be789303cd7cdbbf09cb11 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 29 May 2013 23:26:24 +0300 Subject: [PATCH] Better styling for event pre block --- app/assets/stylesheets/sections/events.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 40f35b65da6..e8680dde507 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -53,6 +53,13 @@ margin-top: 5px; margin-left: 40px; + pre { + border: none; + background: #f9f9f9; + border-radius: 0; + color: #555; + } + .note-file-attach { .note-image-attach { margin-top: 4px;