Commit 45c39250209aa4bcfc41c82445cf4ae68a45b880

Authored by Dmitriy Zaporozhets
1 parent 86d92bda

Better style for blockquote text in comments

app/assets/stylesheets/gitlab_bootstrap/mixins.scss
... ... @@ -89,6 +89,12 @@
89 89 h2 { margin-top: 25px;}
90 90 h3 { margin-top: 20px;}
91 91 h4 { margin-top: 15px;}
  92 +
  93 + blockquote p {
  94 + color: #888;
  95 + font-size: 14px;
  96 + line-height: 1.5;
  97 + }
92 98 }
93 99  
94 100 @mixin page-title {
... ...