Skip to content

Commit

Permalink
Do not use block links in the page header (modelica#2933)
Browse files Browse the repository at this point in the history
An issue was reported where clicking the menu in top left instead went
to the block link the header:
modelica#2825 (comment)

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
sjoelund and henrikt-ma committed May 5, 2021
1 parent e4417aa commit 88246be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/MLS.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ a:hover { text-decoration: underline; }
.ltx_indexrefs > .ltx_text:first-child:before {
content: " –";
}

.ltx_page_header *[rel~="up"],
.ltx_page_footer *[rel~="up"] { display: table; margin: 0 auto; text-align: center; }

0 comments on commit 88246be

Please sign in to comment.