From acb87a1a5bb3568be1cb2bc187522fc33c129930 Mon Sep 17 00:00:00 2001
From: Sachin Shirke <sachin.shirke2006@gmail.com>
Date: Mon, 26 May 2014 14:23:28 +0530
Subject: [PATCH] Fixed an issue in tb-megamenu to display it properly with
 Bootstrap 3.0 theme

---
 css/bootstrap.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/css/bootstrap.css b/css/bootstrap.css
index 4701cb4..f9af8b3 100644
--- a/css/bootstrap.css
+++ b/css/bootstrap.css
@@ -1687,6 +1687,7 @@
 .tb-megamenu .nav-collapse.collapse {
   height: auto;
   overflow: visible;
+  display: block;
 }
 .tb-megamenu .navbar .brand {
   float: left;
-- 
1.8.4.msysgit.0

