Remove padding at the bottom of the <body>

BUG=245394
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/15969022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204063 0039d316-1c4b-4281-b951-d872f2087c98
parent 69dfd1b5
......@@ -23,7 +23,7 @@ body {
color: #222;
font-size: 13px;
margin: 0;
padding: 20px;
padding: 20px 20px 0 20px;
direction: __MSG_@@bidi_dir__;
}
......@@ -254,6 +254,7 @@ header {
html {
-webkit-user-select: none;
cursor: default;
height: 100%; /* Remove phantom pixels at the bottom of the body. */
}
section {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment