From 999d9a973a7de3b8ff950c07d79bfb2143e0e183 Mon Sep 17 00:00:00 2001 From: "Min-Zhong \"John\" Lu" Date: Sat, 7 Oct 2017 21:59:46 -0700 Subject: [PATCH] Associate date's range "bar" to the second date-span element, as a pseudoelement. This allow a sole element in
to display without a bar, which in turn allows us to achieve sematic consistency between single dates and date ranges. --- resume.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resume.html b/resume.html index 42d2fa6..967ae10 100644 --- a/resume.html +++ b/resume.html @@ -122,7 +122,7 @@
- 2014 + 2014
diff --git a/style.css b/style.css index e8fedee..0cd7ae9 100644 --- a/style.css +++ b/style.css @@ -173,7 +173,7 @@ li{ display: block; } -.date span:first-child::after{ +.date span:nth-child(2)::before{ position: relative; top: 1pt; right: 5.5pt;