We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't get to .tabs to work.
<ul class="tabs"> <li class="active"><a href="#tabs-1">Tab 1</a></li> <li><a href="#tabs-2">Tab 2</a></li> <li><a href="#tabs-3">Tab 3</a></li> </ul> <div id="tabs-1"> <p>Content 1.</p> </div> <div id="tabs-2"> <p>Content 2.</p> </div> <div id="tabs-3"> <p>Content 3.</p> </div> <script> $(function() { $( "#tabs" ).tabs(); }); </script>
The text was updated successfully, but these errors were encountered:
could you pls ask this on the mailing list - thanks!
Sorry, something went wrong.
Fixes twbs#85 2px margin for webkit form elements. Thanks Kaelig.
56067ff
Merge pull request twbs#85 from masterkain/master
f71cf6e
Make sure to not trip on sass' normalize_indentation
No branches or pull requests
Can't get to .tabs to work.
The text was updated successfully, but these errors were encountered: