doc: Restore the example width limit to fit in 1024x768.

The old stylesheet did this and it forced the examples to be smaller.

This commit restore this limit.
This commit is contained in:
Emmanuel Lepage Vallee 2018-10-10 00:53:14 -04:00
parent 43a82f34f0
commit bb357dd33e
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ pre {
padding: 15px;
overflow: auto;
font-family: monospace;
max-width: 720px;
}
#content ul pre.example {