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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 1 20:28:21 PST 2017


Author: wenzeslaus
Date: 2017-02-01 20:28:21 -0800 (Wed, 01 Feb 2017)
New Revision: 70472

Modified:
   grass/trunk/man/build_class_graphical.py
Log:
doc: unified size handling for module and default image using object-fit

Modified: grass/trunk/man/build_class_graphical.py
===================================================================
--- grass/trunk/man/build_class_graphical.py	2017-02-02 04:17:03 UTC (rev 70471)
+++ grass/trunk/man/build_class_graphical.py	2017-02-02 04:28:21 UTC (rev 70472)
@@ -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