Raise bottom margin to help referencing the last items.

With this margin, when going to a reference at the bottom of the page, it (hopefully, if the vertical resolution is big enough) shows up at the top, rather than somewhere in the middle.
This commit is contained in:
Sei Lisa 2017-05-05 17:14:51 +02:00
parent fe3258bc61
commit 99c29af526

View file

@ -13,7 +13,7 @@ pre code { padding: 0px; }
pre span { padding-left: 0.8em; } pre span { padding-left: 0.8em; }
i em { font-style: normal; } i em { font-style: normal; }
h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px; } h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px; }
#textcontainer { margin: 0px 7%; padding: 30px 13% 30px 5%; background:#e2e6ff; word-wrap:break-word; } #textcontainer { margin: 0px 7% 1000px; padding: 30px 13% 30px 5%; background:#dee6ff; word-wrap:break-word; }
</style> </style>
</head><body> </head><body>
@ -496,4 +496,5 @@ but this will cause an error:
<p>Happy coding!</p> <p>Happy coding!</p>
</div> </div>
<div style="margin-left:7%">(Ever wondered why do people do these things?)</div>
</body></html> </body></html>