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

Unified Diff: chrome/browser/resources/options/options_page.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/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index d0ccfa28c76a321577feb8cf7ed46e20340179a9..c45420576f38482c2c4a350e64c96b15734cb9a8 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -89,8 +89,7 @@ div.disabled {
}
/* Omit top padding (currently only on #settings) whenever the search page is
- * showing.
- */
+ * showing. */
#searchPage:not([hidden]) + #settings {
padding-top: 0;
}
@@ -317,8 +316,7 @@ list > [editing] [displaymode='static'] {
/* Don't use display:none or visibility:hidden because we need to keep an
* element focusable.
* We shrink only height. We don't shrink width to avoid to change the size
- * of containing boxes.
- */
+ * of containing boxes. */
border-bottom: 0 !important;
border-top: 0 !important;
height: 0 !important;
@@ -433,8 +431,7 @@ html:not(.focus-outline-visible)
html:not([hasFlashPlugin]) .flash-plugin-area,
/* If the Flash plug-in supports the NPP_ClearSiteData API, we don't need to
- * show the link to the Flash storage settings manager:
- */
+ * show the link to the Flash storage settings manager: */
html[flashPluginSupportsClearSiteData] .flash-plugin-area,
html:not([flashPluginSupportsClearSiteData]) .clear-plugin-lso-data-enabled,
html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled,
« no previous file with comments | « chrome/browser/resources/options/hotword_confirm_overlay.css ('k') | chrome/browser/resources/options/password_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698