diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-16 22:59:06 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-16 22:59:06 +0000 |
commit | 5bb42fb80d0d147688c7b94fc5113c777016da18 (patch) | |
tree | e7c897c9e81f9996f8daa6a6eaf7db39f8ae156b | |
parent | Display last modification + provide sort by date (diff) | |
download | miniserve-5bb42fb80d0d147688c7b94fc5113c777016da18.tar.gz miniserve-5bb42fb80d0d147688c7b94fc5113c777016da18.zip |
Improved CSS
-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 751785e..e47f279 100644 --- a/src/listing.rs +++ b/src/listing.rs @@ -242,7 +242,7 @@ pub fn directory_listing<S>( color: #777c82;\ text-align: left;\ line-height: 1.125rem;\ - width: 33%;\ + width: 33.333%;\ }}\ table thead tr th {{\ padding: 0.5rem 0.625rem 0.625rem;\ |