SF.net SVN: geany:[4600] branches/geany-0.18.1

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jan 31 16:22:36 UTC 2010


Revision: 4600
          http://geany.svn.sourceforge.net/geany/?rev=4600&view=rev
Author:   eht16
Date:     2010-01-31 16:22:36 +0000 (Sun, 31 Jan 2010)

Log Message:
-----------
Backport from trunk:
Use "max-width" to set the document width of the generated HTML documentation to let the text be auto-wrapped.

Modified Paths:
--------------
    branches/geany-0.18.1/ChangeLog
    branches/geany-0.18.1/doc/geany.css

Modified: branches/geany-0.18.1/ChangeLog
===================================================================
--- branches/geany-0.18.1/ChangeLog	2010-01-31 16:22:26 UTC (rev 4599)
+++ branches/geany-0.18.1/ChangeLog	2010-01-31 16:22:36 UTC (rev 4600)
@@ -111,6 +111,13 @@
    *.pdf and *.dvi file.
 
 
+2009-09-06  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * doc/geany.css:
+   Use "max-width" to set the document width of the generated
+   HTML documentation to let the text be auto-wrapped.
+
+
 2009-09-01  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * src/plugins.c:

Modified: branches/geany-0.18.1/doc/geany.css
===================================================================
--- branches/geany-0.18.1/doc/geany.css	2010-01-31 16:22:26 UTC (rev 4599)
+++ branches/geany-0.18.1/doc/geany.css	2010-01-31 16:22:36 UTC (rev 4600)
@@ -12,7 +12,7 @@
 		background-color: #f2f2f2;
 		color: #404040;
 		margin-left: 0.4em;
-		width: 60em;
+		max-width: 60em;
 		font-size: 90%;
 	}
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list