From 24864ee55c7b8e66f734e2da0fd06535935a5dea Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Thu, 15 May 2014 14:43:43 -0400
Subject: [PATCH] Minor Bootstrap 2 style upgrade for search controls.

---
 themes/bootstrap/templates/search/controls/limit.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap/templates/search/controls/limit.phtml b/themes/bootstrap/templates/search/controls/limit.phtml
index 6e5e44b02f2..babf26ba943 100644
--- a/themes/bootstrap/templates/search/controls/limit.phtml
+++ b/themes/bootstrap/templates/search/controls/limit.phtml
@@ -1,4 +1,4 @@
-<div class="limitSelect">
+<div class="limitSelect text-right">
   <? $limitList = $this->params->getLimitList(); if (count($limitList) > 1): ?>
     <form action="<?=$this->currentPath() . $this->results->getUrlQuery()->setLimit(null)?>" class="form-inline" method="post">
       <label for="limit" class="help-inline"><?=$this->transEsc('Results per page')?></label>
-- 
GitLab