Skip to content

Commit

Permalink
v0.4.4; more minor tweaks to report page
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Oct 4, 2021
1 parent b38bebb commit 2e19952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions css/arxmliv.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,17 +544,17 @@ ul.ltx_toclist {
/* conversion log report */
section.ltx_conversion_report > .ltx_para {
background: whitesmoke;
width: 48rem;
width: var(--main-width);
padding: 0.1rem 1rem 0.1rem 1rem;
border-radius: 0.8rem;
line-height: 0.9rem;
line-height: 1rem;
font-family: var(--code-font-family);
font-size: 0.8rem;
word-break: break-word;
}
section.ltx_conversion_report > .ltx_para > .ltx_p {
text-align: left;
line-height: 0.9rem;
line-height: 1rem;
}

/* Feature: stylized standalone quotes */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arxmliv-css",
"version": "0.4.3",
"version": "0.4.4",
"description": "Experimental CSS to style arXiv articles converted with LaTeXML",
"main": "arxmliv.css",
"repository": "[email protected]:dginev/arxmliv-css.git",
Expand Down

0 comments on commit 2e19952

Please sign in to comment.