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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2016-12-09 06:17:36 +0300
committerGitHub <noreply@github.com>2016-12-09 06:17:36 +0300
commitd530258efe4e3b9554c84eb98f6037867fffd55e (patch)
tree4a71efa4e7568dc71153c4a783960a09b0a93703 /plugins/Marketplace/stylesheets
parent2de3a66c8c27d4ef0d6fb155b5159c7af2d99d91 (diff)
Fix block quotes are not shown correctly in plugin details (#10988)
See Funnels plugin where the first part is a block quote
Diffstat (limited to 'plugins/Marketplace/stylesheets')
-rw-r--r--plugins/Marketplace/stylesheets/plugin-details.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Marketplace/stylesheets/plugin-details.less b/plugins/Marketplace/stylesheets/plugin-details.less
index 445dcc7d21..46ca2b7526 100644
--- a/plugins/Marketplace/stylesheets/plugin-details.less
+++ b/plugins/Marketplace/stylesheets/plugin-details.less
@@ -25,6 +25,12 @@
background-position: center;
}
+ blockquote {
+ margin: 20px 0;
+ padding-left: 1.5rem;
+ border-left: 5px solid #ee6e73;
+ }
+
.tab-content ul, .tab-content ol {
list-style: initial;
padding-left: 20px;