Skip to content

Commit d8b0441

Browse files
committed
add validator styles for publish page
1 parent d6ceddc commit d8b0441

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

themes/plugins.jquery.com/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,14 @@ a {
404404
padding-top: 10px;
405405
padding-bottom: 10px;
406406
}
407+
408+
/*---------[ Validator Output ]-----------*/
409+
410+
.validator-output {
411+
margin-bottom:1.5em;
412+
padding:1em;
413+
font-size:0.8em;
414+
}
415+
.validator-output div {
416+
margin-top:0.2em;
417+
}

0 commit comments

Comments
 (0)