aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-05-23 16:50:58 -0400
committerThedro Neely <thedroneely@gmail.com>2020-05-23 16:50:58 -0400
commitb8918bc9c278c775222fb713d3466fbc2260ed3c (patch)
treed137281880042b499a77ebbc5f5d46a63b105c54 /public
parentce4092185cd7e06eaa0e6e0999f797f9d276496a (diff)
downloadthedroneely.com-b8918bc9c278c775222fb713d3466fbc2260ed3c.tar.gz
thedroneely.com-b8918bc9c278c775222fb713d3466fbc2260ed3c.tar.bz2
thedroneely.com-b8918bc9c278c775222fb713d3466fbc2260ed3c.zip
public/css/tdro: Align archive pages
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 9cdcc1d..b72eb6d 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -198,7 +198,8 @@ textarea,
}
code,
-pre {
+pre,
+.monospace {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: 'Fira Code', Consolas, monaco, monospace;
@@ -4309,14 +4310,16 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott
}
.article__updated { padding: 0.5em; }
-.article__list { line-height: 2.5; }
+ul.article__list { line-height: 2.5; }
.article__list li:hover { background-color: #f1f1f1; }
.article__list a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
- padding-left: 1rem;
}
+.article__list__date { padding-right: 1rem; text-transform: uppercase; }
+.article__list a, h1.article__list { padding: 0 0.5rem; }
+
.webring li { padding-top: 1em; }
.webring ul { margin-top: 0.5em; }