From 695d7ec2093f578fd88ab3bfe85cd8edc6ea2704 Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Fri, 15 Oct 2010 17:52:06 -0700 Subject: [PATCH] Removed some CSS that was not needed. --HG-- branch : dev --- .../Themes/TheThemeMachine/Styles/Site.css | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css index 290969054..3ec2495a7 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css +++ b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css @@ -487,33 +487,25 @@ article.comment p.text { #layout-tripel div { float:left; + width:960px; /*padding:12px 6px 0 6px;*/ } -/*1 zone on */ -.tripel-1 #tripel-first { width:960px; } - -/*2 zone on */ -.tripel-2 #tripel-second { width:960px; } - -/*3 zone on */ -.tripel-3 #tripel-third { width:960px; } - /*2 zones on */ /* If zones 1, 2 are on */ -.tripel-12 #tripel-first, .tripel-12 #tripel-second { width:480px; } +.tripel-12 #layout-tripel div { width:480px; } /* If zones 2, 3 are on */ -.tripel-23 #tripel-second, .tripel-23 #tripel-third { width:480px; } +.tripel-23 #layout-tripel div { width:480px; } /* If zones 1, 3 are on */ -.tripel-13 #tripel-first, .tripel-13 #tripel-third { width:480px; } +.tripel-13 #layout-tripel div { width:480px; } /*3 zones on */ /* If zones 1, 2, 3 are on */ -.tripel-123 #tripel-first, .tripel-123 #tripel-second, .tripel-123 #tripel-third { width:320px; } +.tripel-123 #layout-tripel div { width:320px; }