SF.net SVN: geany:[4155] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Sep 6 16:49:23 UTC 2009
Revision: 4155
http://geany.svn.sourceforge.net/geany/?rev=4155&view=rev
Author: eht16
Date: 2009-09-06 16:49:22 +0000 (Sun, 06 Sep 2009)
Log Message:
-----------
Use "max-width" to set the document width of the generated HTML documentation to let the text be auto-wrapped.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.css
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-09-06 16:49:09 UTC (rev 4154)
+++ trunk/ChangeLog 2009-09-06 16:49:22 UTC (rev 4155)
@@ -2,6 +2,9 @@
* src/plugins.c:
Improve the opening string in the plugin manager dialog.
+ * 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-04 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/doc/geany.css
===================================================================
--- trunk/doc/geany.css 2009-09-06 16:49:09 UTC (rev 4154)
+++ trunk/doc/geany.css 2009-09-06 16:49:22 UTC (rev 4155)
@@ -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