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:
parent
b0cd7b918b
commit
65b319ff6b
@ -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>
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user