-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beautify demo page #40
Conversation
<input type="text" id="carPlate"> | ||
|
||
<h4>Vehicle Identification</h4> | ||
<label for="vin">Vehicle identification</label> | ||
<input type="text" id="vin"> | ||
</fieldset> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation of this whole file it's a little strange.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why, cause it's normal in my local file... 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@regishideki, have you differentiate tab
from space
in your local editor ?
Looks like it has been indent with tabs
.
@leandroadacosta and @caio-ribeiro-pereira , what do you think about this PR? Can I merge it? |
It looks okay. I think you can merge. Not a huge change. 👍 |
In conformance with TODO list on VanillaMasker's page, I'm sending this pull request to improve demo page's layout.
I've tried to centralize legend content but I read this tag is not standardized amoung browsers. Some people say it's better to use a h tag instead. What do you think?
How demo page is now
Proposal: