From bb951078d8898d482f024c0cba8f1a9066056800 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 7 Aug 2012 11:16:58 -0700 Subject: [PATCH] removed redundant .hidden class in favor of Bootstrap's .hide --- css/panel.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/panel.css b/css/panel.css index 389b36e..8280e50 100644 --- a/css/panel.css +++ b/css/panel.css @@ -1,6 +1,3 @@ -.hidden { - display: none; -} .col { float: left; width: 200px;