[GRASS-SVN] r59928 - grass/trunk/man
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 24 04:45:30 PDT 2014
Author: martinl
Date: 2014-04-24 04:45:29 -0700 (Thu, 24 Apr 2014)
New Revision: 59928
Modified:
grass/trunk/man/grassdocs.css
Log:
css: fix code div width
Modified: grass/trunk/man/grassdocs.css
===================================================================
--- grass/trunk/man/grassdocs.css 2014-04-24 11:26:12 UTC (rev 59927)
+++ grass/trunk/man/grassdocs.css 2014-04-24 11:45:29 UTC (rev 59928)
@@ -57,7 +57,7 @@
}
div.code{
- width: 100%;
+ width: 97%;
color : black;
background-color: rgb(90%, 90%, 90%);
padding-left: 1em;
@@ -65,7 +65,7 @@
}
span.code {
- width: 95%;
+ width: 97%;
color : black;
background-color: rgb(90%, 90%, 90%);
padding-left: 1em;
More information about the grass-commit
mailing list