Subversion Repositories cheapmusic

Rev

Rev 3 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

/* Hide on small and medium screens visible/invisible */
@media screen and (max-width: 768px) {
    .hide-small { display: none !important; }
}

/* Override Progress Bar Transition Time */
.progress-bar {
    transition: width 0.1s ease !important;
}

/* Add opacity */
.opacity-5 {
    opacity: 0.5;
}