Skip to content

Instantly share code, notes, and snippets.

@marisqaporter
Created April 20, 2015 20:08
Show Gist options
  • Save marisqaporter/770f676d6224e1759866 to your computer and use it in GitHub Desktop.
Save marisqaporter/770f676d6224e1759866 to your computer and use it in GitHub Desktop.
Breadcrumb Css Edits
/**
*Breadcrumbs
*/
.breadcrumb .inner {
max-width:1200px;
margin:0 auto;
}
.breadcrumb a {
color:#70af00;
font-size:14px;
font-weight:normal;
}
.breadcrumb {
background-color:rgba(51,51,51,0.1);
color:#666;
padding:12px 15px 7px;
font-size:14px;
font-weight:bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment