From eeadb9e20222eade2f1db0bb599bef50eea15f93 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 14 May 2013 08:40:48 +0100 Subject: [PATCH] Add basica styling for include code blocks in rich text --- app/assets/stylesheets/common.css.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 86a3bb6e4..fab8461f8 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1590,6 +1590,12 @@ a.button.submit { font-size: 14px; } + code { + font-size: 13px; + background: #e8e8e8; + padding: 2px 3px; + } + img { padding: 20px; background-color: #f4f4ff; -- 2.39.5