| Index: chrome/browser/resources/help/help.css
|
| diff --git a/chrome/browser/resources/help/help.css b/chrome/browser/resources/help/help.css
|
| index 9a25618570006409bdd8c6582acca5db1dd211c5..27040525d5e3ca9586ce2d7f7dd38cb6f3ca3584 100644
|
| --- a/chrome/browser/resources/help/help.css
|
| +++ b/chrome/browser/resources/help/help.css
|
| @@ -17,6 +17,7 @@ h2 {
|
| #about-container {
|
| -webkit-box-align: center;
|
| display: -webkit-box;
|
| + margin-top: 10px;
|
| }
|
|
|
| #product-description {
|
| @@ -24,9 +25,15 @@ h2 {
|
| }
|
|
|
| #version-container {
|
| + font-size: 90%;
|
| + line-height: 1.5em;
|
| margin-top: 20px;
|
| }
|
|
|
| +#update-status-container {
|
| + margin-top: 5px;
|
| +}
|
| +
|
| #update-status {
|
| vertical-align: middle;
|
| }
|
| @@ -64,11 +71,6 @@ h2 {
|
| margin-top: 200px;
|
| }
|
|
|
| -#browser-version {
|
| - font-size: 90%;
|
| - margin-bottom: 5px;
|
| -}
|
| -
|
| #update-status-icon {
|
| background-repeat: no-repeat;
|
| display: inline-block;
|
|
|