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 <mattab@users.noreply.github.com>2016-09-22 12:47:00 +0300
committerGitHub <noreply@github.com>2016-09-22 12:47:00 +0300
commitd7bb13ca855839084de7527c5ccc66b317489d75 (patch)
tree9bb2e028dca49973d4341b6ff3ac304598773991 /plugins/RssWidget/stylesheets/rss.less
parenta251989030ae17729f0c200e9c404fbec09dec1f (diff)
Renamed plugin ExampleRssWidget -> RssWidget (#10528)
* Renamed plugin ExampleRssWidget -> RssWidget * Activate file on upgrade to 3.0.0-b1 * Fix system test
Diffstat (limited to 'plugins/RssWidget/stylesheets/rss.less')
-rw-r--r--plugins/RssWidget/stylesheets/rss.less33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/RssWidget/stylesheets/rss.less b/plugins/RssWidget/stylesheets/rss.less
new file mode 100644
index 0000000000..11f4d9dbbe
--- /dev/null
+++ b/plugins/RssWidget/stylesheets/rss.less
@@ -0,0 +1,33 @@
+.rss ul {
+ list-style: none outside none;
+ padding: 0;
+}
+
+.rss li {
+ line-height: 140%;
+ margin: 0.5em 0 1em;
+}
+
+.rss-title, .rss-date {
+ float: left;
+ font-size: 14px;
+ line-height: 140%;
+}
+
+.rss-title {
+ color: #2583AD;
+ margin: 0 0.5em 0.2em 0;
+ font-weight: bold;
+}
+
+.rss-date {
+ color: #999999;
+ margin: 0;
+}
+
+.rss-content, .rss-description {
+ clear: both;
+ line-height: 1.5em;
+ font-size: 13px;
+ color: #333333;
+}