From 0af884dcc16adc3165ede2331447c42d4ff452d0 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 13 Nov 2013 08:31:49 -0500 Subject: [PATCH] Fixes #1193 --- views/layouts/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layouts/main.php b/views/layouts/main.php index 3bc4d37..49b0f4c 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -30,7 +30,7 @@ AppAsset::register($this); ], ]); echo Nav::widget([ - 'options' => ['class' => 'navbar-nav pull-right'], + 'options' => ['class' => 'navbar-nav navbar-right'], 'items' => [ ['label' => 'Home', 'url' => ['/site/index']], ['label' => 'About', 'url' => ['/site/about']],