view css/styles.css @ 13:844d341cf643 tip

Back up before ISMIR
author Yading Song <yading.song@eecs.qmul.ac.uk>
date Thu, 31 Oct 2013 13:17:06 +0000
parents f445c3017523
children
line wrap: on
line source
.centerIcon{
text-align: center;
}
#buttonDiv{
    margin-bottom: 20px;
}

.one{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-color: #0081c2;
    border-style: solid;
    border-width: 10px;
    padding-top: 20px;
}

.two{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-color: #c67605;
    border-style: solid;
    border-width: 10px;
    padding-top: 20px;
}