| Index: chrome/browser/resources/about_os_credits.html
|
| diff --git a/chrome/browser/resources/about_os_credits.html b/chrome/browser/resources/about_os_credits.html
|
| index 66366d0f24fa5fdff2d932b9a6d827708b686d63..29be8039a6a16b8e517f11b53cc40c66257d4113 100755
|
| --- a/chrome/browser/resources/about_os_credits.html
|
| +++ b/chrome/browser/resources/about_os_credits.html
|
| @@ -19,7 +19,7 @@ body {
|
| overflow:auto;
|
| padding:2px;
|
| margin-top:16px;
|
| - -webkit-border-radius:5px;
|
| + border-radius:5px;
|
| }
|
| .product .title {
|
| font-size:110%;
|
| @@ -44,7 +44,7 @@ body {
|
| clear:both;
|
| background-color:#e8eef7;
|
| padding:16px;
|
| - -webkit-border-radius:3px;
|
| + border-radius:3px;
|
| display:none;
|
| }
|
| .licence h3 {
|
|
|