Chromium Code Reviews| Index: chrome/renderer/resources/plugin_placeholders.css |
| diff --git a/chrome/renderer/resources/plugin_placeholders.css b/chrome/renderer/resources/plugin_placeholders.css |
| index 4bd5fd9ec16dacdb2780beb14c5ad5a9658c3ce2..facf57b601cfaa53a03bc422a0b3d6423d7be0e2 100644 |
| --- a/chrome/renderer/resources/plugin_placeholders.css |
| +++ b/chrome/renderer/resources/plugin_placeholders.css |
| @@ -2,12 +2,19 @@ |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. */ |
| +html { |
|
Dan Beam
2015/04/17 03:53:53
Nit: instead of:
html {
...
}
body {
...
}
tommycli
2015/04/22 20:11:33
Done.
|
| + height: 100%; |
| + width: 100%; |
| +} |
| + |
| body { |
| font-family: sans-serif; |
| margin: 0; |
| overflow: hidden; |
| text-align: center; |
| -webkit-user-select: none; |
| + height: 100%; |
|
Dan Beam
2015/04/17 03:53:53
Can you alpha sort the rules in each block?
tommycli
2015/04/22 20:11:33
Done.
Dan Beam
2015/04/22 20:19:17
missed this
tommycli
2015/04/23 19:01:27
Done. Could of sworn I did this. maybe I didn't ch
|
| + width: 100%; |
| } |
| h1 { |