Chromium Code Reviews| Index: chrome/browser/resources/new_new_tab.css |
| diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css |
| index edf9612a8583069c3ac9581dbaa6893adbe4c7f7..5f27622eb6e4af5cc5febb7ce7de89668b4ba6ab 100644 |
| --- a/chrome/browser/resources/new_new_tab.css |
| +++ b/chrome/browser/resources/new_new_tab.css |
| @@ -134,7 +134,6 @@ html[anim=false] *, |
| white-space: nowrap; |
| overflow: hidden; |
| text-overflow: ellipsis; |
| - text-decoration: none; |
| font-size: 100%; |
| } |
| @@ -194,10 +193,6 @@ html[dir=rtl] .item { |
| -webkit-box-orient: horizontal; |
| } |
| -#most-visited { |
| - margin-bottom: 20px; |
| -} |
| - |
| #sync-status { |
| display: none; |
| border-radius: 6px; |
| @@ -334,7 +329,13 @@ html[dir=rtl] #option-menu > [command=hide]:before { |
| } |
| .section > div { |
| - margin-bottom: 10px; |
| + margin-bottom: 15px; |
| +} |
| + |
| +#apps-section-content { |
| + /* This one is special because the app buttons already have a lot of empty |
| + space around them. */ |
| + margin-bottom: 5px; |
| } |
| .section > h2 { |
| @@ -368,6 +369,9 @@ html[dir=rtl] #option-menu > [command=hide]:before { |
| .section > .miniview { |
| display: none; |
| + /* Because the items have 10px horizontal margins. */ |
| + margin-left:-10px; |
|
arv (Not doing code reviews)
2010/08/31 20:54:22
-webkit-margin-start: -10px;
-webkit-margin-end: -
|
| + margin-right:-10px; |
| } |
| .section.hidden > * { |