Skip to content

Instantly share code, notes, and snippets.

@agalazis
Last active July 5, 2019 13:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save agalazis/8488582 to your computer and use it in GitHub Desktop.
Save agalazis/8488582 to your computer and use it in GitHub Desktop.
Vertical divider for bootstrap 3
.navbar .divider-vertical {
height: 40px;
margin: 0 9px;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #ffffff;
}
@Jakiboy
Copy link

Jakiboy commented Oct 19, 2014

good job agalazis

@Jakiboy
Copy link

Jakiboy commented Oct 19, 2014

this is for responsive bootstrap's Vdivider :

@media only screen and (max-width: 800px){
.divider-vertical {height:0;border-left: 0;border-right: 0;}
}

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