add hint text for artist searches

This commit is contained in:
albert
2013-02-21 12:00:52 -05:00
parent 64f6c5661f
commit 762bbd2caf
3 changed files with 7 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ form.simple_form {
line-height: 1.5em;
}
span.hint {
.hint {
color: #666;
font-style: italic;
}

View File

@@ -35,7 +35,7 @@ div#c-artists {
}
}
span.hint {
.hint {
display: block;
}
}