From 9e9dbb4f5bae21e7fa5b58107e2ac7ce4f97bb2c Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 20 Oct 2019 16:40:39 -0500 Subject: [PATCH] Update CSS to right-align ebook history timestamps --- www/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/core.css b/www/css/core.css index 83565bed..2fd69b59 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -559,6 +559,7 @@ article.ebook #history li + li > *{ article.ebook #history li time{ padding-right: 1rem; white-space: nowrap; + text-align: right; } article.ebook section aside p::before{