From 775f8566b1da91b7eb221d268a045fbc21ce4ed6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 15 Sep 2020 11:58:10 +0200 Subject: [PATCH] Remove tabs lol --- dropship.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dropship.css b/dropship.css index 313185f..336b617 100644 --- a/dropship.css +++ b/dropship.css @@ -1,6 +1,6 @@ .drop { - border-style:dashed; - border-width:2px; - border-color:rgba(0,0,0,0.25); - border-radius: 5px; -} \ No newline at end of file + border-style: dashed; + border-width: 2px; + border-color: rgba(0, 0, 0, 0.25); + border-radius: 5px; +}