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

Unified Diff: chrome/browser/resources/extensions/extensions.css

Issue 9265020: [uber] make the navigation controls an iframe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: opt = Created 8 years, 11 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/extensions/extensions.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index 6b26199e790a7451d96d7c53660ecfb6af09189d..4c7faf85053884e7b6d2d714f2e553ac57b0e9e8 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -71,11 +71,6 @@ body.hide-some-focus-outlines .extension-zippy-container {
/* TODO(estade): rules above this line are old and should probably be
* retired.*/
-body {
- color: rgb(151, 156, 160);
- margin-left: 27px;
-}
-
.extension-list-item-wrapper {
margin: 23px 0;
}
@@ -105,6 +100,7 @@ html[dir="rtl"] .extension-list-item {
.extension-description {
-webkit-padding-end: 5px;
+ color: rgb(151, 156, 160);
font-size: 13px;
margin: 5px 0;
white-space: normal;
« no previous file with comments | « chrome/browser/resources/about_page/about_page.html ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698