From 49059fe78e7a00907ae363d474ff862938853436 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 25 Feb 2018 22:01:40 -0800 Subject: [PATCH] Make the dateline in the detail view not italic. --- Evergreen/MainWindow/Detail/styleSheet.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Evergreen/MainWindow/Detail/styleSheet.css b/Evergreen/MainWindow/Detail/styleSheet.css index 32fd5a2d6..68616710e 100644 --- a/Evergreen/MainWindow/Detail/styleSheet.css +++ b/Evergreen/MainWindow/Detail/styleSheet.css @@ -19,12 +19,10 @@ a:hover { } .articleDateline { color: rgba(0, 0, 0, 0.3); - border-bxottom: 1px solid rgba(0, 0, 0, 0.1); - border-toxp: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 0px; padding-top: 0px; - margin-bottom: 32px; - font-style: italic; + margin-bottom: 26px; + font-weight: medium; } .articleDateline, .articleDateline a:link, .articleDateline a:visited { color: rgba(0, 0, 0, 0.3);