Subversion Repositories cheapmusic

Rev

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

Rev 17 Rev 20
Line 5... Line 5...
5
}
5
}
6
/* Add a gray background color and some padding to the footer */
6
/* Add a gray background color and some padding to the footer */
7
footer {
7
footer {
8
    background-color: #f2f2f2;
8
    background-color: #f2f2f2;
9
    padding: 25px;
9
    padding: 25px;
-
 
10
}
-
 
11
 
-
 
12
/* Maximum size for thumbnail images */
-
 
13
.tn-image {
-
 
14
    max-width: 150px;
-
 
15
    max-height: 150px;
10
}
16
}
11
 
17
 
12
/* Override Progress Bar Transition Time */
18
/* Override Progress Bar Transition Time */
13
.progress-bar {
19
.progress-bar {
14
    transition: width 0.1s ease !important;
20
    transition: width 0.1s ease !important;