summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options2/options_page.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options2/options_page.css')
-rw-r--r--chrome/browser/resources/options2/options_page.css14
1 files changed, 1 insertions, 13 deletions
diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css
index 748f8ef..4f45edbd 100644
--- a/chrome/browser/resources/options2/options_page.css
+++ b/chrome/browser/resources/options2/options_page.css
@@ -28,10 +28,10 @@ html.hide-menu #mainview {
}
#page-container {
+ -webkit-padding-end: 24px;
box-sizing: border-box;
max-width: 888px;
min-width: 600px;
- padding: 0 24px;
}
div.disabled {
@@ -62,18 +62,6 @@ input[type='text']:disabled {
color: #888;
}
-.page h1 {
- -webkit-padding-end: 24px;
- -webkit-user-select: none;
- color: #333;
- font-size: 200%;
- font-weight: normal;
- margin: 0;
- padding-bottom: 4px;
- padding-top: 13px;
- text-shadow: white 0 1px 2px;
-}
-
.hbox {
display: -webkit-box;
-webkit-box-orient: horizontal;