From 892be32b8a9de3bdb956ada54bf46eccff4aaaa1 Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Tue, 19 Feb 2019 09:07:23 +0100 Subject: Added missing ; in CSS --- src/listing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/listing.rs b/src/listing.rs index c9720fa..0404005 100644 --- a/src/listing.rs +++ b/src/listing.rs @@ -280,7 +280,7 @@ pub fn directory_listing( flex-basis:4.5rem;\ }}\ td.date-cell span:nth-of-type(3) {{\ - color: #c5c5c5\ + color: #c5c5c5;\ }}\ @media (max-width: 600px) {{\ h1 {{\ -- cgit v1.2.3