Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-07-09 21:50:09 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-07-09 21:50:09 +0300
commitdf64e0db08e2aa03534c0286801eb8dfc8f02e97 (patch)
treecbfe46eefa7c4e4b12368dcebd11b6d2fef4df68 /app/assets
parentadd283bf685141b6ce6e41045c4c592fc3fd5b44 (diff)
Style all blockquote children, not just p
Closes #1939
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/base/mixins.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/base/mixins.scss b/app/assets/stylesheets/base/mixins.scss
index 08cbe911672..d64e79170b9 100644
--- a/app/assets/stylesheets/base/mixins.scss
+++ b/app/assets/stylesheets/base/mixins.scss
@@ -109,7 +109,7 @@
font-size: 1.2em;
}
- blockquote p {
+ blockquote {
color: #888;
font-size: 15px;
line-height: 1.5;