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:
authorMatthieu Aubry <matt@piwik.org>2015-10-13 12:35:14 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-13 12:35:14 +0300
commit96669a5083c674c0dc4c995bfd2e1ec40ee53770 (patch)
treef1f33eab529b0dd9cfeb6bd045e9edf806da4670
parent27d067f7ab5893a45127ec71708a24d4c9bd99df (diff)
parent7e2b7d5d7378ab1cb84005e5b8f90db6c39bcea1 (diff)
Merge pull request #8984 from piwik/8983
Better spacing for RSS feed
-rw-r--r--plugins/Morpheus/stylesheets/main.less8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less
index 1245e66cbc..ff30d63661 100644
--- a/plugins/Morpheus/stylesheets/main.less
+++ b/plugins/Morpheus/stylesheets/main.less
@@ -226,13 +226,17 @@ table.entityTable tr td a:hover {
text-decoration: none;
display: block;
width: 100%;
+ margin-top: 14px;
+}
+
+.rss li:first-child .rss-title {
+ margin-top: 0;
}
.rss-date {
display: block;
color: @color-silver-l60;
- .font-default(11px, 14px);
- margin-top: 15px;
+ .font-default(11px, 26px);
}
.rss-description {