aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_reader-view.scss
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2019-08-14 22:29:28 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-08-14 22:29:28 +0200
commit20c38d7083b188a70ac78362cc6af4c521a479c3 (patch)
treec50b13559b3f91067f56091193b56272fd9a8dd6 /p/themes/Mapco/_reader-view.scss
parent7fd88adeb081e2996cad48225bf0c74cfe8b90ef (diff)
[CI] Run stylelint (#2477)
* [CI] Run stylelint Perform some basic CSS sanity checking and style enforcement. I removed vendor prefixed linear-gradient and transform because those are from the IE9 era. With IE11 as a minimum and soon obsolete requirement it doesn't make much sense anymore. * Remove as-link override * Don't require newline after comment * Also apply those newline rules to SCSS * refine opening/closing braces, allow for single-line
Diffstat (limited to 'p/themes/Mapco/_reader-view.scss')
-rw-r--r--p/themes/Mapco/_reader-view.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/Mapco/_reader-view.scss b/p/themes/Mapco/_reader-view.scss
index 4368908d6..e75e43d00 100644
--- a/p/themes/Mapco/_reader-view.scss
+++ b/p/themes/Mapco/_reader-view.scss
@@ -6,8 +6,9 @@
color: $main-font-color;
border: none;
}
+
#stream.reader .flux .author {
margin: 0 0 10px;
- font-size: 90%;
color: $grey-medium-dark;
+ font-size: 90%;
}