Docs: Limit pre tag line width

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6251 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2012-08-06 22:26:12 +00:00
parent 5fc29c43e6
commit f2ee8319f0
2 changed files with 10 additions and 2 deletions

View file

@ -21,6 +21,7 @@ pre {
font-family: Courier New, Courier, mono;
background-color: #F7F7F7;
padding: 1px;
overflow-x: auto;
}
pre b {
text-decoration: underline;