You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
490 B
37 lines
490 B
1 month ago
|
|
||
|
|
||
|
|
||
|
.InnerContent {
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
input[type="text"] {
|
||
|
width: 80%;
|
||
|
padding: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
border: 1px solid #ccc;
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
#AlgoliaResults {
|
||
|
margin-top: 20px;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.AlgoliaTuneHit {
|
||
|
padding: 10px;
|
||
|
border: 1px solid #ccc;
|
||
|
border-radius: 4px;
|
||
|
background-color: #fff;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.AlgoliaTuneHit h2 {
|
||
|
|
||
|
}
|
||
|
.AlgoliaTuneHit .TuneTimeSignature {
|
||
|
|
||
|
}
|
||
|
.AlgoliaTuneHit .TuneKeySignature {
|
||
|
|
||
|
}
|