Skip to content

Commit

Permalink
Fine tune padding at top of HTML pages
Browse files Browse the repository at this point in the history
Addressing change requested by Hans in review comment.
  • Loading branch information
henrikt-ma committed Feb 19, 2021
1 parent 6684ba6 commit fd2f0ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion css/MLS-navbar-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ nav > div.ltx_TOC {
}

.ltx_page_content {
padding: 1rem;
padding-top: 2rem;
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
background: white;
}

Expand Down
4 changes: 2 additions & 2 deletions css/MLS.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ body {
a { text-decoration: none; color: inherit; }
a:hover { text-decoration: underline; }

.ltx_title_chapter {
padding-top: 2rem;
.ltx_titlepage {
padding-top: 2rem; /* The big Modelica Language logo doesn't look good too close to page header. */
}

.ltx_tocentry_subsection { display: none; }
Expand Down

0 comments on commit fd2f0ba

Please sign in to comment.