From b297cb2959724e0e7ebe39e83ad111521c6a8df3 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 28 Nov 2011 19:46:03 -0700 Subject: [PATCH] adding content_width for bootstrap and foundation --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 5ce3634..1d7afc2 100644 --- a/functions.php +++ b/functions.php @@ -24,6 +24,8 @@ if (!isset($content_width)) { case '960gs_24': $content_width = 940; break; case '1140': $content_width = 1140; break; case 'adapt': $content_width = 940; break; + case 'bootstrap': $content_width = 940; break; + case 'foundation': $content_width = 980; break; default: $content_width = 950; break; } }