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:
parent
43a82f34f0
commit
bb357dd33e
|
@ -149,6 +149,7 @@ pre {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
max-width: 720px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content ul pre.example {
|
#content ul pre.example {
|
||||||
|
|
Loading…
Reference in New Issue