From d90b219bb73a661a1b0e8cc9960daed1bac882f8 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Mon, 4 Nov 2013 11:52:49 -0500
Subject: [PATCH] Margins adjustment for core to improve column stability.

---
 themes/bootstrap/templates/RecordDriver/SolrDefault/core.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap/templates/RecordDriver/SolrDefault/core.phtml b/themes/bootstrap/templates/RecordDriver/SolrDefault/core.phtml
index 7f7d5dc0603..20152deeaca 100644
--- a/themes/bootstrap/templates/RecordDriver/SolrDefault/core.phtml
+++ b/themes/bootstrap/templates/RecordDriver/SolrDefault/core.phtml
@@ -21,7 +21,7 @@
     <?=$this->record($this->driver)->getPreviews()?>
   </div>
 
-  <div class="span9">
+  <div class="span9 switch-margins">
     <h3 property="name"><?=$this->escapeHtml($this->driver->getShortTitle() . ' ' . $this->driver->getSubtitle() . ' ' . $this->driver->getTitleSection())?></h3>
 
     <? $summary = $this->driver->getSummary(); $summary = isset($summary[0]) ? $summary[0] : false; ?>
-- 
GitLab