Documentation: Set page width to 900px centered
There is currently no width restriction on documentation pages, which means long paragraphs take up the entire width of the browser window. On widescreen monitors this makes it uncomfortable to view the documentation. Fix the width to 900px, and make the content centered. Change-Id: Iffdd4a113997685da5669e1eb2d6d5666b846357
This commit is contained in:
parent
cce1c85c4f
commit
3eb809dd03
@ -1,5 +1,6 @@
|
||||
body {
|
||||
margin: 1em;
|
||||
margin: 1em auto;
|
||||
width: 900px;
|
||||
}
|
||||
|
||||
#toctitle {
|
||||
|
Loading…
Reference in New Issue
Block a user