From 7f15040eee7310b659cb4ce6fb105535a23367e5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 23 Apr 2016 02:25:28 +0200 Subject: [PATCH] Remove unused CSS --- public/index.html | 3 --- public/style.css | 46 ---------------------------------------------- 2 files changed, 49 deletions(-) delete mode 100644 public/style.css diff --git a/public/index.html b/public/index.html index bf90500..152f539 100644 --- a/public/index.html +++ b/public/index.html @@ -3,13 +3,10 @@ Spotify Duplicate Finder - - -
diff --git a/public/style.css b/public/style.css deleted file mode 100644 index ff36c6c..0000000 --- a/public/style.css +++ /dev/null @@ -1,46 +0,0 @@ -#login, #loggedin, #obtain-new-token { - display: none; -} - -.text-overflow { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - width: 500px; -} - -.spinner { - display: none; - width: 0; - float: right; - margin-left: 5px; -} - -.has-spinner.loading .spinner { - display: inline-block; - width: 16px; /* This doesn't work, just fix for unkown width elements */ -} - -#get-playlists { - float: right; -} - -.pl_item { - text-align: left; -} - -.glyphicon.glyphicon-chevron-right { - float: right; - display: inline-block; - width: 16px; - margin-left: 5px; -} - -#loggedin .media .pull-left { - min-width: 20%; -} - -.loading .glyphicon-chevron-right.glyphicon-chevron-right { - display: none; - width: 0; -}