Skip to content

Commit

Permalink
Style ol as well as ul in navbar (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller authored Jul 25, 2023
1 parent 24b27a5 commit 817856a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/latexmldoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ body { margin:0; background:#cfd2e6; color:#000000; }
position:absolute; left:240px;
margin:0 20px 0 0; padding:0;
}
.ltx_page_navbar ol,
.ltx_page_navbar ul {
list-style:none;
margin:0 0 0 15px; padding:0;
Expand Down
1 change: 1 addition & 0 deletions lib/LaTeXML/resources/CSS/LaTeXML-navbar-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
display:block!important; position:fixed; left:0px; top:0px; width:170px;
margin:0em; padding:1em; font: bold 75% sans-serif;
border: 3px double; overflow-y: auto; max-height: 95vh; }
.ltx_page_navbar ol,
.ltx_page_navbar ul {
margin-left:-2em; }
.ltx_page_main {
Expand Down
1 change: 1 addition & 0 deletions lib/LaTeXML/resources/CSS/LaTeXML-navbar-right.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.ltx_page_navbar {
display:block!important; position:fixed; left:80%; top:0px; width:20%;
margin:0em; padding:1em; font: bold 75% sans-serif; overflow-y: auto; max-height: 95vh; }
.ltx_page_navbar ol,
.ltx_page_navbar ul {
margin-left:-2em; }
.ltx_page_main {
Expand Down

0 comments on commit 817856a

Please sign in to comment.