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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 27 15:19:00 PDT 2014


Author: neteler
Date: 2014-09-27 15:19:00 -0700 (Sat, 27 Sep 2014)
New Revision: 62118

Modified:
   grass/trunk/man/grassdocs.css
Log:
manual: change hardcoded container size (r62109 and previous) to percentage

Modified: grass/trunk/man/grassdocs.css
===================================================================
--- grass/trunk/man/grassdocs.css	2014-09-27 21:56:34 UTC (rev 62117)
+++ grass/trunk/man/grassdocs.css	2014-09-27 22:19:00 UTC (rev 62118)
@@ -22,7 +22,8 @@
     margin: 0 auto;
     padding-left:  10px;
     padding-right: 10px;
-    width: 750px;
+#    width: 750px;
+    width: 70%;
     background-color: white;
     height:auto !important;
     min-height: 100%;



More information about the grass-commit mailing list