From 72fce2182a3de3d5e3115c257dd9243f24fc667e Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Wed, 20 May 2015 15:16:21 -0500
Subject: [PATCH] Revert "Issue #2486453 by LewisNyman, sqndr, heatherwoz,
 hylid, yoroy, Bojhan: Set maximum width on Seven"

This reverts commit a70a74fc891549ee94e1506edc85bf79bd8cff09.
---
 core/themes/seven/css/components/tabs.css | 4 ++--
 core/themes/seven/css/layout/layout.css   | 7 -------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/core/themes/seven/css/components/tabs.css b/core/themes/seven/css/components/tabs.css
index 1aade551562f..23c4a48de453 100644
--- a/core/themes/seven/css/components/tabs.css
+++ b/core/themes/seven/css/components/tabs.css
@@ -21,8 +21,8 @@
 /* Span the full width of the viewport */
 .content-header .is-horizontal .tabs:before,
 .content-header .is-collapse-enabled .tabs:before {
-  left: -99em;
-  right: -99em;
+  left: -2.5em;
+  right: -2.5em;
 }
 
 /**
diff --git a/core/themes/seven/css/layout/layout.css b/core/themes/seven/css/layout/layout.css
index 2744910fe1ae..eb7c2bf0b365 100644
--- a/core/themes/seven/css/layout/layout.css
+++ b/core/themes/seven/css/layout/layout.css
@@ -4,10 +4,3 @@
 .page-content {
   margin-bottom: 80px;
 }
-
-@media all and (min-width: 75em) {
-  .layout-container {
-    width: 1170px;
-    margin: 0 auto;
-  }
-}
-- 
GitLab