Skip to content

Instantly share code, notes, and snippets.

@gabrielpoca
Created March 11, 2015 16:51
Show Gist options
  • Select an option

  • Save gabrielpoca/affb5c8c1f9008d7831a to your computer and use it in GitHub Desktop.

Select an option

Save gabrielpoca/affb5c8c1f9008d7831a to your computer and use it in GitHub Desktop.
HTML Style
<!-- OPTION 1 -->
<a href="#"
class="dropdown-toggle"
data-toggle="dropdown"
role="button"
aria-expanded="false">
Admin <span class="caret"></span>
</a>
<!-- OPTION 2 -->
<a
href="#"
class="dropdown-toggle"
data-toggle="dropdown"
role="button"
aria-expanded="false">
Admin <span class="caret"></span>
</a>
@gabrielpoca
Copy link
Author

What do you rather? Any other ideas?

@joaojusto
Copy link

I would go for option 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment