Skip to content

Instantly share code, notes, and snippets.

@MaxLynam
Created August 19, 2013 17:44
Show Gist options
  • Save MaxLynam/6271946 to your computer and use it in GitHub Desktop.
Save MaxLynam/6271946 to your computer and use it in GitHub Desktop.
Make Your Hero-unit and No-Number tabs work properly and standout note: nn_tabs has an issue with the js in that it can't be compressed or loaded in content, with other compressed script loading being delayed ... which can cause functionality issues. Haven't as yet brought this up with Pete as an ... but shall do when I remember.
.nn_tabs.outline_content > .tab-content .tab-pane {background-color: white;}
.nn_tabs > ul.nav-tabs > li {font-size: 1.6em; font-weight: bold;background-color: #EEEEEE;}
/*
.hero-unit, .nn_tabs, .module {
box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}
*/
.hero-unit, .nn_tabs {
margin-left: -5px;
margin-right: -5px;
}
.hero-unit {margin-top: -5px !important;}
.hero-unit.top15 {padding-top: 15px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment