Skip to content

Commit

Permalink
Remove menu class nav-pills (#23055)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 authored and wilsonge committed Dec 14, 2018
1 parent 0f0ec38 commit c32bb41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/com_contact/tmpl/contact/default_links.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<?php endif; ?>

<div class="com-contact__links contact-links">
<ul class="nav nav-pills flex-column">
<ul class="nav flex-column">
<?php
// Letters 'a' to 'e'
foreach (range('a', 'e') as $char) :
Expand Down
4 changes: 2 additions & 2 deletions plugins/sampledata/blog/blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ public function onAjaxSampledataApplyStep3()
'startLevel' => 1,
'endLevel' => 0,
'showAllChildren' => 0,
'class_sfx' => ' nav-pills',
'class_sfx' => '',
'layout' => '_:default',
'cache' => 1,
'cache_time' => 900,
Expand All @@ -687,7 +687,7 @@ public function onAjaxSampledataApplyStep3()
'startLevel' => 1,
'endLevel' => 0,
'showAllChildren' => 1,
'class_sfx' => ' nav-pills',
'class_sfx' => '',
'layout' => '_:default',
'cache' => 1,
'cache_time' => 900,
Expand Down

0 comments on commit c32bb41

Please sign in to comment.