aboutsummaryrefslogtreecommitdiffstats
path: root/admin/doc.css
Commit message (Expand)AuthorAgeFilesLines
* readme changesGravatar Benjamin Staneck2018-04-111-2/+2
* Fix wrapping of <pre> in the docs.•••Fixes #2288 Gravatar wodim2017-08-311-0/+3
* Allow code examples in docs to wrapGravatar wodim2017-08-271-2/+0
* Make our docs work better with the QTextBrowser.•••There are a few things to take into account though. First, there shouldn't be [br] around block objects. This is, around [big], or [code], or [note]. [br] is meant to insert line breaks; block objects insert line breaks by themselves. So if there are [br]s around [big], for example, there will be extra space around it, which is bad. Also, [note]s shouldn't be indented, because extra indentation is turned into &nbsp;s, which means there are extra spaces inside the notes where line breaks in the source files were. Gravatar wodim2017-08-241-0/+160