| Index: chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css
|
| diff --git a/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css b/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css
|
| index 88781e216ff268d78cfdb81b44f129791e329574..a9fcdad8b86836888f02876332db9014a9b275fb 100644
|
| --- a/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css
|
| +++ b/chrome/common/extensions/docs/examples/api/topsites/magic8ball/newTab.css
|
| @@ -13,24 +13,16 @@ html {
|
|
|
| #title {
|
| color: #555;
|
| - font-size: 400%;
|
| font-weight: bold;
|
| + height: 200px;
|
| vertical-align: middle;
|
| }
|
|
|
| #mostVisitedThumb {
|
| - display: inline-block;
|
| - height: 132px;
|
| + background-repeat: no-repeat;
|
| + height: 200px;
|
| margin-left: 20px;
|
| - position: relative;
|
| + padding-left: 20px;
|
| vertical-align: middle;
|
| width: 212px;
|
| }
|
| -
|
| -#mostVisitedThumb span {
|
| - background-repeat: no-repeat;
|
| - bottom: -23px;
|
| - padding-left: 20px;
|
| - position: absolute;
|
| - white-space: nowrap;
|
| -}
|
|
|