diff options
Diffstat (limited to 'chrome/browser/resources/new_new_tab.css')
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index edf9612..5f27622 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; + margin-right:-10px; } .section.hidden > * { |