Skip to content

Commit

Permalink
Merge pull request #2722 from henrikt-ma/styling/navbar-font
Browse files Browse the repository at this point in the history
Better selection of font (including line-height) in navbar
  • Loading branch information
HansOlsson committed Nov 19, 2020
2 parents 0ebd078 + 14c7e7d commit f686111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/MLS-navbar-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ nav > div.ltx_TOC {
top: 0px;
margin: 0px;
padding: 0px;
font: 90% sans-serif;
font-size: 14px; /* Less than what is inherited from .body, to reduce need for scrolling. */
line-height: 1.3; /* Less than what is inherited from .body, to reduce need for scrolling. */
color: black;
border-style: solid;
border-color: #707A85; /* "Bouncing ball trace gray" */
Expand Down

0 comments on commit f686111

Please sign in to comment.