Commit 45c39250209aa4bcfc41c82445cf4ae68a45b880
1 parent
86d92bda
Exists in
master
and in
4 other branches
Better style for blockquote text in comments
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
@@ -89,6 +89,12 @@ | @@ -89,6 +89,12 @@ | ||
89 | h2 { margin-top: 25px;} | 89 | h2 { margin-top: 25px;} |
90 | h3 { margin-top: 20px;} | 90 | h3 { margin-top: 20px;} |
91 | h4 { margin-top: 15px;} | 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 | @mixin page-title { | 100 | @mixin page-title { |