aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-05-30 00:04:57 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-01 02:48:34 -0400
commitf9bac24c040e22c1ba5c05386760810a193b6d66 (patch)
tree8c76d6e3fc876bb9e5dab86eabaec46f8e70c653 /public
parentbf11a9885d18b94002929a4ff2e6cb89d18a1593 (diff)
downloadthedroneely.com-f9bac24c040e22c1ba5c05386760810a193b6d66.tar.gz
thedroneely.com-f9bac24c040e22c1ba5c05386760810a193b6d66.tar.bz2
thedroneely.com-f9bac24c040e22c1ba5c05386760810a193b6d66.zip
generators/hugo/themes/layouts: Add Abstracts
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 84497d9..086d4d6 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -190,7 +190,7 @@ hr {
border: none;
display: block;
height: 1px;
- margin: 2rem 0;
+ margin: 1.5rem 0;
}
img {
@@ -3798,7 +3798,7 @@ ol li:before {
figure a, .navbar-item, .webring a, .article__more__content a, .front__more,
.is-mobile .has-text-centered > a, .article__list li a, ol li > a, .tableofcontents li a,
-.resume__label, .resume__container a, .isso-comment-footer a { border-bottom: none !important; }
+.resume__label, .resume__container a, .isso-comment-footer a, .abstract.tile > a { border-bottom: none !important; }
.image__thumbnail { max-height: 222px; }
.medium-zoom-overlay { background-color: #fff; background-color: rgba(255, 255, 255, .9); }
@@ -4034,7 +4034,6 @@ li a:focus span,
.post-header a:focus,
.sans-serif > a:focus,
.serif > a:focus,
-.underline:focus,
.isso-comment > div.text-wrapper > .text a:focus,
.front__more:focus { background-color: #fefe98 !important; color: black !important; outline: none; }