mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
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:
parent
fe3258bc61
commit
99c29af526
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ pre code { padding: 0px; }
|
|||
pre span { padding-left: 0.8em; }
|
||||
i em { font-style: normal; }
|
||||
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>
|
||||
</head><body>
|
||||
|
||||
|
@ -496,4 +496,5 @@ but this will cause an error:
|
|||
<p>Happy coding!</p>
|
||||
|
||||
</div>
|
||||
<div style="margin-left:7%">(Ever wondered why do people do these things?)</div>
|
||||
</body></html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue