Chromium Code Reviews| Index: chrome/browser/resources/ntp4/footer_menu.css |
| diff --git a/chrome/browser/resources/ntp4/footer_menu.css b/chrome/browser/resources/ntp4/footer_menu.css |
| index ba2be476151d5ce1bbdf24edf50b52ee87142b55..d72f4b6f1b94c13937866397b7e5d6bf89272acf 100644 |
| --- a/chrome/browser/resources/ntp4/footer_menu.css |
| +++ b/chrome/browser/resources/ntp4/footer_menu.css |
| @@ -128,3 +128,15 @@ html[dir='rtl'] .footer-menu-item { |
| height: 9px; |
| width: 9px; |
| } |
| + |
| +.footer-menu .promo-message { |
| + padding: 2px 4px; |
| +} |
| + |
| +.footer-menu p { |
| + margin: 0; |
| +} |
| + |
| +.footer-menu .link-span { |
|
Dan Beam
2012/03/26 17:08:34
I'm confused, shouldn't anything with .link-* have
Patrick Dubroy
2012/03/26 19:36:46
Moot, because I'm now using an <A>.
|
| + cursor: pointer; |
| +} |