Use "max-width" to set the document width of the generated HTML documentation to let the text be auto-wrapped.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4155 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-09-06 16:49:22 +00:00
parent b0cd7b918b
commit 65b319ff6b
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -12,7 +12,7 @@ Stylesheet for Geany's documentation based on a version of John Gabriele.
background-color: #f2f2f2;
color: #404040;
margin-left: 0.4em;
width: 60em;
max-width: 60em;
font-size: 90%;
}