Skip to content
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

class secondary referenced, but not defined in css/less #128

Closed
calweb opened this issue Aug 31, 2011 · 2 comments
Closed

class secondary referenced, but not defined in css/less #128

calweb opened this issue Aug 31, 2011 · 2 comments

Comments

@calweb
Copy link

calweb commented Aug 31, 2011

Not sure if this is an issue per se, but I noticed line 1157 in docs/index.html

         <div class="modal-footer">
            <a href="#" class="btn primary">Primary</a>
            <a href="#" class="btn secondary">Secondary</a>
          </div>

the .primary class is defined, but not the .secondary class. Is this intentional?

@mdo
Copy link
Member

mdo commented Aug 31, 2011

It's meant to be there for any additional styles you might want to apply, but it's also there for javascript click events.

@calweb
Copy link
Author

calweb commented Sep 1, 2011

Cool, thanks for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants