diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-26 13:50:13 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-26 13:50:13 +0300 |
| commit | 45c39250209aa4bcfc41c82445cf4ae68a45b880 (patch) | |
| tree | b77d1096b74a9e6f0dd12c2d630b4b7daa41484c | |
| parent | 86d92bdae7c87ec2c00b19052ef4799e42a12573 (diff) | |
| download | gitlab-ce-45c39250209aa4bcfc41c82445cf4ae68a45b880.tar.gz | |
Better style for blockquote text in comments
| -rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/mixins.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss index 8676cc624ce..e7daf8f43b4 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 { |
