JBorrow / xl-pipeline

EAGLE-XL Pipeline
0 stars 2 forks source link

Add links to return to the top of the page #22

Closed MatthieuSchaller closed 4 years ago

MatthieuSchaller commented 4 years ago

Nothing else to add :)

Implements #9.

JBorrow commented 4 years ago

What is font size=+2 there for? Happy to add a style called totop or something to the CSS.

MatthieuSchaller commented 4 years ago

Do we have a CSS?

The change in font size is me making the section "titles" larger since they are demoted from <h1/>.

JBorrow commented 4 years ago

The css is inlined at the top of the page.

How about under each header we have:

<a href="#">Back To Top</a>

As just a basic line underneath each header? So:

<h1>Title Name</h1>
<a href="#">Back To Top</a>
<div class="plots">
...
MatthieuSchaller commented 4 years ago

That's also fine by me. I was trying to not have additional lines but if you are happy with them, then let's do that.

MatthieuSchaller commented 4 years ago

Done.