Skip to content
Snippets Groups Projects
Commit 8ca9ad1c authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Form field description CSS fix

parent 1ef5bb52
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
$("form.cool p.form-field-description").each(function(){ $("form.cool p.form-field-description").each(function(){
$(this).appendTo($(this).prev()).css({ $(this).appendTo($(this).prev()).css({
marginLeft: "164px", marginLeft: "164px",
marginTop: "33px", marginTop: "36px",
fontSize: "75%", fontSize: "75%",
color: "#1091D1" color: "#1091D1"
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment