Index: chrome/browser/resources/policy.css |
diff --git a/chrome/browser/resources/policy.css b/chrome/browser/resources/policy.css |
index 399c63679d9e5d7889f073200738775a2d40c80b..eb4f5439af856b3459815c83a61bc0bf6a183783 100644 |
--- a/chrome/browser/resources/policy.css |
+++ b/chrome/browser/resources/policy.css |
@@ -2,11 +2,11 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. */ |
-body.uber-frame { |
+body { |
-webkit-margin-start: 23px; |
} |
-body.uber-frame > .page { |
+body > .page { |
-webkit-margin-end: 0; |
-webkit-padding-end: 24px; |
} |
@@ -17,16 +17,16 @@ body.uber-frame > .page { |
z-index: 4; |
} |
-body.uber-frame header { |
+body header { |
left: 23px; |
max-width: none; |
} |
-html[dir='rtl'] body.uber-frame header { |
+html[dir='rtl'] body header { |
right: 23px; |
} |
-body.uber-frame section { |
+body section { |
max-width: none; |
} |