Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Form documentation minor issue #26

Closed
leobalter opened this issue Nov 14, 2014 · 0 comments
Closed

Form documentation minor issue #26

leobalter opened this issue Nov 14, 2014 · 0 comments

Comments

@leobalter
Copy link

I've found a minor issue on the Forms documentation in the first example when it says:

 <p>
    <button class="btn-blue">Log in</button>
    <button class="btn">Cancel</button>
</p>

It's missing the btn class in the first button.

 <p>
    <button class="btn btn-blue">Log in</button>
    <button class="btn">Cancel</button>
</p>
@imperavi imperavi closed this as completed Jul 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants