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

Unified Diff: chrome_linux/resources/inspector/navigatorView.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 1 month 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_linux/resources/inspector/navigatorView.css
===================================================================
--- chrome_linux/resources/inspector/navigatorView.css (revision 237140)
+++ chrome_linux/resources/inspector/navigatorView.css (working copy)
@@ -92,6 +92,10 @@
margin: auto;
}
+.navigator-tabbed-pane {
+ flex: auto;
+}
+
.navigator-tabbed-pane .tabbed-pane-content {
overflow: hidden;
}
@@ -104,10 +108,6 @@
padding-left: 0;
}
-.navigator-tabbed-pane .tabbed-pane-header {
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#E5E5E5));
-}
-
.navigator-tabbed-pane .tabbed-pane-header-contents {
margin-left: 2px;
margin-right: 28px;
« no previous file with comments | « chrome_linux/resources/inspector/layersPanel.css ('k') | chrome_linux/resources/inspector/networkLogView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698