mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
Removed freespace-info class from sass file
This commit is contained in:
parent
2624c6b73b
commit
bb426c47c4
2 changed files with 0 additions and 12 deletions
|
@ -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; }
|
||||
|
||||
/****
|
||||
*****
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/****
|
||||
|
|
Loading…
Reference in a new issue