diff options
Diffstat (limited to 'css/index.php')
-rw-r--r-- | css/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/index.php b/css/index.php index e5d695b..86fe163 100644 --- a/css/index.php +++ b/css/index.php @@ -28,7 +28,7 @@ $style = isset($_GET['s']) ? trim($_GET['s']) : null; echo "/*if lang_from missing, add some space*/ #nav li:last-child { padding-right:143px }"; } else { - echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('bootstrap_nav.css')); + echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('bootstrap.min.css')); echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('bootstrap_nav_theme.css')); } |