[GRASS-SVN] r37740 - grass-web/trunk/download
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 4 22:32:52 EDT 2009
Author: hamish
Date: 2009-06-04 22:32:51 -0400 (Thu, 04 Jun 2009)
New Revision: 37740
Modified:
grass-web/trunk/download/software.inc
Log:
'div class=code' on the page makes the table width extend to the width of the text in that box, which is too wide. attempt to shorten the <pre> text. if that doesn't work may need to go back to revert the div class mod
Modified: grass-web/trunk/download/software.inc
===================================================================
--- grass-web/trunk/download/software.inc 2009-06-05 02:28:21 UTC (rev 37739)
+++ grass-web/trunk/download/software.inc 2009-06-05 02:32:51 UTC (rev 37740)
@@ -154,10 +154,10 @@
The latest GRASS-AddOn source code is available from the OSGeo Subversion server:
<div class="code"><pre>
- svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons
-
- #Subsequent updates:
- svn up
+svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons
+
+#Subsequent updates:
+svn up
</pre></div>
@@ -258,14 +258,14 @@
A BibTeX entry for LaTeX users is
<div class="code">
<pre>
- @Manual{GRASS_GIS_software,
- title = {Geographic Resources Analysis Support System (GRASS GIS) Software},
- author = {{GRASS Development Team}},
- organization = {Open Source Geospatial Foundation},
- address = {USA},
- year = {2009},
- url = {http://grass.osgeo.org},
- }
+ at Manual{GRASS_GIS_software,
+ title = {Geographic Resources Analysis Support System (GRASS GIS) Software},
+ author = {{GRASS Development Team}},
+ organization = {Open Source Geospatial Foundation},
+ address = {USA},
+ year = {2009},
+ url = {http://grass.osgeo.org},
+}
</pre>
</div>
More information about the grass-commit
mailing list