From 76f19e3f543b92249d73b1fd403cf9fc527f656a Mon Sep 17 00:00:00 2001
From: Mark Carver <mark.carver@me.com>
Date: Wed, 15 May 2013 11:09:37 -0500
Subject: Issue #1841628: Remove row-fluid class for nodes

---
 template.php | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/template.php b/template.php
index 27d7dbf..92065d3 100755
--- a/template.php
+++ b/template.php
@@ -227,17 +227,6 @@ function bootstrap_menu_local_action($variables) {
 }

 /**
- * Preprocess variables for node.tpl.php
- *
- * @see node.tpl.php
- */
-function bootstrap_preprocess_node(&$variables) {
-  if ($variables['teaser']) {
-    $variables['classes_array'][] = 'row-fluid';
-  }
-}
-
-/**
  * Preprocess variables for region.tpl.php
  *
  * @see region.tpl.php
--
1.8.2

