SettingsΒΆ
BOOTSTRAP_CSS_URL:- The URL (relative to the
MEDIA_URLsetting) of a custom Bootstrap CSS build
BOOTSTRAP_JS_URL- The URL (relative to the
MEDIA_URLsetting) of a custom Bootstrap JavaScript build
TYPEKIT_KEY- Your TypeKit API key
BOOTSTRAP_NAVBAR_INVERSE- Apply the
navbar-inverseclass to the main navigation bar (default isFalse) BOOTSTRAP_NAVBAR_FIXED_TOP- Fix the navigation bar to the top. You should add padding to your
bodytag via CSS to compensate for the effect of adding fixed-positioning to the navbar (default isFalse). BOOTSTRAP_NAVBAR_FIXED_BOTTOM- Fix the navigation bar to the bottom. You should add padding to your
bodytag via CSS to compensate for the effect of adding fixed-positioning to the navbar (default isFalse).