From 9b512fa1cb061ef0c860ecf2c243271364ae4a2a Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Wed, 13 Oct 2010 11:34:51 -0700 Subject: [PATCH] Changed Widget Layers to Widget Zones and removed some unused CSS. --HG-- branch : dev --- .../Orchard.Widgets/Views/Admin/Index.cshtml | 2 +- .../Themes/TheThemeMachine/Styles/site.css | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.Widgets/Views/Admin/Index.cshtml index 4f5d71477..2e4997bc5 100644 --- a/src/Orchard.Web/Modules/Orchard.Widgets/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Widgets/Views/Admin/Index.cshtml @@ -40,7 +40,7 @@
-

Widget Layers

+

Widget Zones

diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css b/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css index 023c18daf..6d4ea5f60 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css +++ b/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css @@ -140,22 +140,6 @@ p { border-top: 1px solid #999; margin-top:12px; } - -/*Two Sidebars on */ -.has-sidebars #content { - background-color:#e8e8e8; - width: 600px; -} - -.has-sidebars .sidebar { - background-color:#f6f6f6; - width: 180px; -} - -.has-sidebars .primary, .has-sidebars .secondary, .has-sidebars #content { - float:left; -} - /* Navigation */