Avatar

Version 2.4, tiny little bug in the not minified CSS (General)

by Auge ⌂, Friday, February 17, 2017, 09:30 (2596 days ago)
edited by Auge, Friday, August 11, 2017, 11:05

Hello

The people, that are able to read german language and read the other thread, will know, that there is a tiny little bug in the not minified CSS. Who wants to adopt the changes from the style.css for the own template should be aware of the missing a in the line #551 of this file.

This is the buggy block in the style.css

/* next line is the #551 */
.read,
a.read:link,
a.read:visited,
#latest-postings li a span.read
 { color:#007; }

and that is the corrected block. Please take notice of the a in the first code line (line #551).

/* next line is the #551 */
a.read,
a.read:link,
a.read:visited,
#latest-postings li a span.read
 { color:#007; }

The style.min.css,. which is normally used in the default template, is not affected. A fix will be part of the version 2.4.1.

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

locked
4923 views
Avatar

Version 2.4, tiny little bug in the not minified CSS

by Micha ⌂, Friday, February 17, 2017, 20:42 (2595 days ago) @ Auge

Added to source code.

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences

locked
4848 views

RSS Feed of thread