Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2750)

Unified Diff: chrome/browser/resources/ntp4/nav_dot.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/ntp4/nav_dot.css
diff --git a/chrome/browser/resources/ntp4/nav_dot.css b/chrome/browser/resources/ntp4/nav_dot.css
index ebcf48b16e6a0eb89da6673ee0ecfaf9ee8e25dc..52abe782ce13067b3d78ff1402d4dfd9bab0b91a 100644
--- a/chrome/browser/resources/ntp4/nav_dot.css
+++ b/chrome/browser/resources/ntp4/nav_dot.css
@@ -3,8 +3,8 @@
* found in the LICENSE file. */
/* TODO(estade): handle overflow better? I tried overflow-x: hidden and
- overflow-y: visible (for the new dot animation), but this makes a scroll
- bar appear */
+ * overflow-y: visible (for the new dot animation), but this makes a scroll
+ * bar appear */
#dot-list {
/* Expand to take up all available horizontal space. */
-webkit-box-flex: 1;
@@ -72,8 +72,7 @@ html.starting-up #dot-list {
}
/* Everything below here should be themed but we don't have appropriate colors
- * yet.
- */
+ * yet. */
.dot input {
color: #b2b2b2;
}
« no previous file with comments | « chrome/browser/resources/ntp4/incognito_and_guest_tab.css ('k') | chrome/browser/resources/ntp4/new_incognito_tab_theme.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698