[GRASS-SVN] r70473 - grass/branches/releasebranch_7_2/man

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 1 20:29:45 PST 2017


Author: wenzeslaus
Date: 2017-02-01 20:29:45 -0800 (Wed, 01 Feb 2017)
New Revision: 70473

Modified:
   grass/branches/releasebranch_7_2/man/build_class_graphical.py
Log:
doc: unified size handling for module and default image using object-fit (backport r70472, needed by r70471)

Modified: grass/branches/releasebranch_7_2/man/build_class_graphical.py
===================================================================
--- grass/branches/releasebranch_7_2/man/build_class_graphical.py	2017-02-02 04:28:21 UTC (rev 70472)
+++ grass/branches/releasebranch_7_2/man/build_class_graphical.py	2017-02-02 04:29:45 UTC (rev 70473)
@@ -55,12 +55,11 @@
     float: left;
     margin: 0 15px 0 0;
     background: white;
+    object-fit: scale-down;
 }
 
 .img-list li img.default-img {
-    width: 40px;
-    padding-left: 30px;
-    padding-right: 30px;
+    max-height: 5ex;
 }
 
 .img-list li .desc {



More information about the grass-commit mailing list