Remove unused CSS

This commit is contained in:
Gabriel Augendre 2016-04-23 02:25:28 +02:00
parent 33b17d1145
commit 7f15040eee
2 changed files with 0 additions and 49 deletions

View file

@ -3,13 +3,10 @@
<head>
<title>Spotify Duplicate Finder</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css">
<link rel="stylesheet" href="./style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
</head>
<body>
<div id="content"></div>
<script type="text/javascript" src="dist/bundle.min.js"></script>

View file

@ -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;
}