Update CSS to right-align ebook history timestamps

This commit is contained in:
Alex Cabal 2019-10-20 16:40:39 -05:00
parent f69291c24b
commit 9e9dbb4f5b

View file

@ -559,6 +559,7 @@ article.ebook #history li + li > *{
article.ebook #history li time{ article.ebook #history li time{
padding-right: 1rem; padding-right: 1rem;
white-space: nowrap; white-space: nowrap;
text-align: right;
} }
article.ebook section aside p::before{ article.ebook section aside p::before{