Skip to content

Commit

Permalink
Adding style to index.html does not work... yet...
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanderhaegen committed Mar 24, 2015
1 parent 8379ce1 commit f09c952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ This is why I prefer the **validation.checkAll()** function. When it is called,
>Note: the validate attached behavior uses TW Bootstrap
- it will find the *form-group* element and add the appropriate TW BS *has-error* or *has-success* classes
- it will find the labels attached to the element and append a message with the TW BS *help-block* class
- in addition, the message element will have a *aurelia-valiation-message* class. This allows you to apply specific styling. For example, to make sure that validation messages are shown next to the corresponding label, you can add this style:
- in addition, the message element will have a *aurelia-valiation-message* class. This allows you to apply specific styling. For example, to make sure that validation messages are shown next to the corresponding label, you can add this style to app.html:
``` CSS
.aurelia-validation-message{
display: inline;
Expand Down

0 comments on commit f09c952

Please sign in to comment.