diff options
| author | 2019-08-14 22:29:28 +0200 | |
|---|---|---|
| committer | 2019-08-14 22:29:28 +0200 | |
| commit | 20c38d7083b188a70ac78362cc6af4c521a479c3 (patch) | |
| tree | c50b13559b3f91067f56091193b56272fd9a8dd6 /p/themes/Mapco/_reader-view.scss | |
| parent | 7fd88adeb081e2996cad48225bf0c74cfe8b90ef (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.scss | 3 |
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%; } |
