From 8721a2d355d5f564164084657a796cf29f034011 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 16 Sep 2013 11:49:27 -0400
Subject: [PATCH] Added Bootstrap-friendly classes.

---
 module/VuFind/xsl/record-marc.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/xsl/record-marc.xsl b/module/VuFind/xsl/record-marc.xsl
index 5cedcf4b3e8..d24f9bc8acc 100644
--- a/module/VuFind/xsl/record-marc.xsl
+++ b/module/VuFind/xsl/record-marc.xsl
@@ -9,7 +9,7 @@
   </xsl:template>
 
   <xsl:template match="marc:record">
-      <table style="border: 0px;" class="citation">
+      <table style="border: 0px;" class="citation table table-striped">
         <tr>
           <th>LEADER</th>
           <td colspan="3"><xsl:value-of select="//marc:leader"/></td>
-- 
GitLab