From 45c39250209aa4bcfc41c82445cf4ae68a45b880 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 26 Aug 2013 13:50:13 +0300 Subject: [PATCH] Better style for blockquote text in comments --- app/assets/stylesheets/gitlab_bootstrap/mixins.scss | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss index 8676cc6..e7daf8f 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss @@ -89,6 +89,12 @@ h2 { margin-top: 25px;} h3 { margin-top: 20px;} h4 { margin-top: 15px;} + + blockquote p { + color: #888; + font-size: 14px; + line-height: 1.5; + } } @mixin page-title { -- libgit2 0.21.2