[GRASS-SVN] r69731 - grass/trunk/man

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 25 19:11:49 PDT 2016


Author: wenzeslaus
Date: 2016-10-25 19:11:49 -0700 (Tue, 25 Oct 2016)
New Revision: 69731

Modified:
   grass/trunk/man/grassdocs.css
Log:
doc: make strike line transparent to make text in pre more readable

W3C Candidate Recommendation 1 August 2013
https://www.w3.org/TR/css-text-decor-3/#text-decoration-color-property
Works at least in Mozilla Firefox.


Modified: grass/trunk/man/grassdocs.css
===================================================================
--- grass/trunk/man/grassdocs.css	2016-10-26 02:04:33 UTC (rev 69730)
+++ grass/trunk/man/grassdocs.css	2016-10-26 02:11:49 UTC (rev 69731)
@@ -229,3 +229,8 @@
 table.compact tr:nth-child(even) {
     background: #FFF;
 }
+
+/* soft strike through so that we can still see the text */
+s {
+    text-decoration-color: rgba(0, 0, 0, 0.53);
+}



More information about the grass-commit mailing list