Initial experimental implementation of the validation framework.

This commit is contained in:
takezoe
2013-04-14 03:22:02 +09:00
parent 813d36986b
commit b6294e368b
7 changed files with 114 additions and 36 deletions

View File

@@ -11,6 +11,10 @@ div.container {
width: 920px;
}
span.error-message {
color: red;
}
.small {
font-size: small;
}