[GRASS-SVN] r59929 - grass/branches/releasebranch_7_0/man
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 24 04:47:46 PDT 2014
Author: martinl
Date: 2014-04-24 04:47:46 -0700 (Thu, 24 Apr 2014)
New Revision: 59929
Modified:
grass/branches/releasebranch_7_0/man/grassdocs.css
Log:
css: fix code div width
(merge r59928 from trunk)
Modified: grass/branches/releasebranch_7_0/man/grassdocs.css
===================================================================
--- grass/branches/releasebranch_7_0/man/grassdocs.css 2014-04-24 11:45:29 UTC (rev 59928)
+++ grass/branches/releasebranch_7_0/man/grassdocs.css 2014-04-24 11:47:46 UTC (rev 59929)
@@ -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