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

Unified Diff: tools/turbolizer/turbo-visualizer.css

Issue 2230313002: [turbolizer] Enlarge node labels and bubbles. Fix dead node display on old JSON. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@t-p2-base
Patch Set: Fix arrowheads. Fix dead nodes on old JSONs. 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
« no previous file with comments | « tools/turbolizer/node.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/turbolizer/turbo-visualizer.css
diff --git a/tools/turbolizer/turbo-visualizer.css b/tools/turbolizer/turbo-visualizer.css
index a315cf5f0af34a2d9884e3c0e774773c884a9562..a2176808456f36a49d89d7ac1b4893116a33d792 100644
--- a/tools/turbolizer/turbo-visualizer.css
+++ b/tools/turbolizer/turbo-visualizer.css
@@ -339,4 +339,13 @@ span.linkable-text:hover {
.prof-high {
color: #800;
+}
+
+tspan {
+ font-size: 500%;
+ font-family: sans-serif;
+}
+
+text {
+ dominant-baseline: text-before-edge;
}
« no previous file with comments | « tools/turbolizer/node.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698