From 2e1995214a6b7f7c2dc0a3f51e676207f13373d2 Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Mon, 4 Oct 2021 17:13:37 -0400 Subject: [PATCH] v0.4.4; more minor tweaks to report page --- css/arxmliv.css | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/arxmliv.css b/css/arxmliv.css index 6d0a7d0..f6f0cbd 100644 --- a/css/arxmliv.css +++ b/css/arxmliv.css @@ -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 */ diff --git a/package.json b/package.json index 3ef9e1d..4552cc8 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:dginev/arxmliv-css.git",