Skip to content

Commit

Permalink
removed clearfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pe7er committed Oct 24, 2015
1 parent 9a763fb commit 2fe05b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<?php
// Search tools bar
echo JLayoutHelper::render('joomla.searchtools.default', array('view' => $this)); ?>
<div class="clearfix"> </div>
<table class="table table-striped">
<thead>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
<div id="j-main-container">
<?php endif;?>
<?php echo JLayoutHelper::render('joomla.searchtools.default', array('view' => $this)); ?>
<div class="clearfix"> </div>
<?php if (!$this->pluginState['plg_content_finder']->enabled) : ?>
<div class="alert fade in">
<button class="close" data-dismiss="alert">×</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<div id="j-main-container">
<?php endif;?>
<?php echo JLayoutHelper::render('joomla.searchtools.default', array('view' => $this)); ?>
<div class="clearfix"> </div>
<table class="table table-striped">
<thead>
<tr>
Expand Down

0 comments on commit 2fe05b9

Please sign in to comment.