Subversion Repositories cheapmusic

Rev

Rev 57 | Rev 61 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 57 Rev 60
Line 1... Line 1...
1
/* discogs image */
1
/* discogs image */
2
.discogs-img {
2
.discogs-img {
3
    width: auto;
3
    width: auto;
4
    height: auto;
4
    height: auto;
5
    max-width: 100%;
5
    max-width: 100%;
6
}
-
 
7
 
-
 
8
/* Maximum size for thumbnail images */
-
 
9
.tn-image {
-
 
10
    max-width: 150px;
-
 
11
    max-height: 150px;
-
 
12
}
6
}
13
 
7
 
14
/* Override Progress Bar Transition Time */
8
/* Override Progress Bar Transition Time */
15
.progress-bar {
9
.progress-bar {
16
    transition: width 0.1s ease !important;
10
    transition: width 0.1s ease !important;