Skip to content

Instantly share code, notes, and snippets.

@valeriu
Last active August 11, 2017 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valeriu/a577296e2962fc24e633f1e5d91f7e60 to your computer and use it in GitHub Desktop.
Save valeriu/a577296e2962fc24e633f1e5d91f7e60 to your computer and use it in GitHub Desktop.
<style type="text/css">
.dropdown-menu {
border-bottom:1px solid red;
}
.current-nav-parent > .dropdown-menu{
border: 4px solid red;
}
.current-nav-parent > .dropdown-menu{border-bottom:0}
</style>
<ul id="menu-header-main" class="nav navbar-nav">
<li id="menu-item-28055" class="current-nav-parent dropdown"><a title="In Depth" href="http://localhost/in-depth/" class="lien-parent">In Depth</a>
<ul role="menu" class=" dropdown-menu">
<li id="menu-item-28058" class="current-nav-child active"><a title="Report Cards" href="http://localhost/in-depth/report-cards/">Report Cards</a></li>
</ul>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment