Index: chrome/browser/resources/new_new_tab.css |
=================================================================== |
--- chrome/browser/resources/new_new_tab.css (revision 30053) |
+++ chrome/browser/resources/new_new_tab.css (working copy) |
@@ -12,6 +12,7 @@ |
position: relative; |
margin: 0 auto; |
width: 920px; |
+ min-height: 50px; |
-webkit-transition: width .15s; |
} |
@@ -468,7 +469,6 @@ |
} |
#recently-closed { |
- -webkit-transition: opacity .15s; |
background-color: hsla(213, 60%, 92%, .4); |
border: 1px solid hsl(213, 60%, 92%); |
-webkit-border-radius: 5px; |
@@ -683,6 +683,10 @@ |
text-align: center; |
} |
+#attribution { |
+ margin: 10px 0; |
+} |
+ |
#themes-promo { |
position: absolute; |
bottom: 0px; |