diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-19 08:07:23 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-19 08:07:23 +0000 |
commit | 892be32b8a9de3bdb956ada54bf46eccff4aaaa1 (patch) | |
tree | 188b7a30f2d65f0df9d75edf5eb83017611680a0 | |
parent | Updated README for sorting by date (diff) | |
download | miniserve-892be32b8a9de3bdb956ada54bf46eccff4aaaa1.tar.gz miniserve-892be32b8a9de3bdb956ada54bf46eccff4aaaa1.zip |
Added missing ; in CSS
Diffstat (limited to '')
-rw-r--r-- | src/listing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<S>( flex-basis:4.5rem;\ }}\ td.date-cell span:nth-of-type(3) {{\ - color: #c5c5c5\ + color: #c5c5c5;\ }}\ @media (max-width: 600px) {{\ h1 {{\ |