Removed freespace-info class from sass file

This commit is contained in:
gonstr 2017-07-01 19:44:38 +02:00
parent 2624c6b73b
commit bb426c47c4
2 changed files with 0 additions and 12 deletions

View File

@ -875,11 +875,6 @@ div.torrent_footer {
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
div.torrent_footer #freespace-info {
float: right;
text-align: right;
border: 0px;
width: 100px; }
/****
*****

View File

@ -733,13 +733,6 @@ div.torrent_footer
@include roundedBox(5px);
@include buttonImage('images/compact.png', $idle-color-top, $idle-color-bottom, $active-color-top, $active-color-bottom);
}
#freespace-info {
float: right;
text-align: right;
border: 0px;
width: 100px;
}
}
/****