Skip to content

Commit f1e3f88

Browse files
author
Olivier Refalo
committed
fix css typo color 555, plus removed execute flag on js/css/html
1 parent 58ddbdb commit f1e3f88

15 files changed

+2
-2
lines changed

css/template.css

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ form.formular {
8888

8989
.formular .fc-error {
9090
width: 350px;
91-
color: 555;
91+
color: #555;
9292
padding: 4px;
9393
border: 1px solid #B5B8C8;
9494
font-size: 12px;
9595
margin-bottom: 15px;
9696
background: #FFEAEA;
97-
}
97+
}

css/validationEngine.jquery.css

100755100644
File mode changed.

demos/demoAjaxInlinePHP.html

100755100644
File mode changed.

demos/demoAjaxJAVA.html

100755100644
File mode changed.

demos/demoAjaxSubmitPHP.html

100755100644
File mode changed.

demos/demoCheckBox.html

100755100644
File mode changed.

demos/demoFieldTypes.html

100755100644
File mode changed.

demos/demoLiveEvent.html

100755100644
File mode changed.

demos/demoMultipleForms.html

100755100644
File mode changed.

demos/demoOverflown.html

100755100644
File mode changed.

demos/demoRegExp.html

100755100644
File mode changed.

demos/demoShowPrompt.html

100755100644
File mode changed.

demos/demoValidationComplete.html

100755100644
File mode changed.

index.html

100755100644
File mode changed.

js/jquery.validationEngine.js

100755100644
File mode changed.

0 commit comments

Comments
 (0)