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:
Diffstat (limited to 'plugins/Morpheus/stylesheets/simple_structure.css')
-rw-r--r--plugins/Morpheus/stylesheets/simple_structure.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/simple_structure.css b/plugins/Morpheus/stylesheets/simple_structure.css
index fb5fccd13f..b55fed8ab7 100644
--- a/plugins/Morpheus/stylesheets/simple_structure.css
+++ b/plugins/Morpheus/stylesheets/simple_structure.css
@@ -16,7 +16,7 @@ body#simple {
text-decoration: none;
}
#simple .box {
- border-radius: 2px;
+ border-radius: 2px;
border: solid 1px #ccc;
max-width: 780px;
margin: 30px auto 60px auto;
@@ -76,6 +76,10 @@ body#simple {
margin-top: 0;
}
+#simple .box .content blockquote {
+ word-wrap: break-word;
+}
+
#simple .box .footer {
background-color: #f0f0f0;
padding: 15px;