This commit is contained in:
albert
2013-02-28 18:01:54 -08:00
parent 85ab986a01
commit ea89218fdb
5 changed files with 21 additions and 6 deletions

View File

@@ -117,3 +117,8 @@ strong {
table tfoot {
margin-top: 2em;
}
.hint {
color: #666;
font-style: italic;
}

View File

@@ -28,11 +28,6 @@ form.simple_form {
line-height: 1.5em;
}
.hint {
color: #666;
font-style: italic;
}
fieldset {
border: none;
display: inline;

View File

@@ -36,7 +36,6 @@ div#c-artists {
}
.hint {
font-size: 80%;
display: block;
}
}