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

Unified Diff: chrome/browser/resources/net_internals/tab_switcher_view.css

Issue 10834312: Make net-internals work a bit better on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 8 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/net_internals/tab_switcher_view.css
===================================================================
--- chrome/browser/resources/net_internals/tab_switcher_view.css (revision 151563)
+++ chrome/browser/resources/net_internals/tab_switcher_view.css (working copy)
@@ -6,7 +6,6 @@
.tab-switcher-view {
border-right: 1px solid #aaa;
display: inline-block;
- font-family: sans-serif;
}
.tab-switcher-view {
@@ -17,8 +16,8 @@
.tab-switcher-view a {
display: block;
- margin-top: 2px;
- padding: 5px 10px 3px 10px;
+ margin-top: 0.15em;
+ padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
}

Powered by Google App Engine
This is Rietveld 408576698