1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Tweak bootstrap css

This commit is contained in:
Cameron
2013-06-20 00:11:11 -07:00
parent 15a9805069
commit 407b6a754d

View File

@@ -13,10 +13,12 @@ e107::js('bootstrap','bootstrap.min.js');
if(THEME_STYLE != 'style.css') // allow for drop-in bootstrap replacement. See http://bootswatch.com
{
define("CSSORDER", "theme,core,other,plugin,inline");
e107::css('inline','@media (min-width: 1000px){ body { padding-top: 100px; } } ');
}
else
{
e107::css('bootstrap','bootstrap.min.css');
e107::css('inline','@media (min-width: 1000px){ body { padding-top: 75px; } } ');
}
e107::css('bootstrap','bootstrap-responsive.min.css');
@@ -25,7 +27,7 @@ e107::css('bootstrap','jquery-ui.custom.css');
e107::css('theme', 'js/google-code-prettify/prettify.css');
e107::js('theme', "js/google-code-prettify/prettify.js");
e107::css('inline','@media (min-width: 1000px){ body { padding-top: 75px; } } ');
if(THEME_LAYOUT == 'docs')
{