Chromium Code Reviews| Index: chrome/browser/resources/shared/css/chrome_shared2_touch.css |
| diff --git a/chrome/browser/resources/shared/css/chrome_shared2_touch.css b/chrome/browser/resources/shared/css/chrome_shared2_touch.css |
| index c6081857d57b67552e9f784aff010265280b57c9..0175aae1fb6b62c384871005df5192229e41212d 100644 |
| --- a/chrome/browser/resources/shared/css/chrome_shared2_touch.css |
| +++ b/chrome/browser/resources/shared/css/chrome_shared2_touch.css |
| @@ -38,3 +38,8 @@ select { |
| margin-bottom: 6px; |
| margin-top: 6px; |
| } |
| + |
| +html[touch-optimized] .tree-item > .tree-row { |
| + padding: 4px 3px; |
| +} |
| + |
|
Evan Stade
2012/04/24 20:30:26
extra newline?
kevers
2012/04/24 20:38:27
Removed.
|