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

Unified Diff: runtime/bin/vmservice/client/lib/src/elements/css/shared.css

Issue 299143007: Show flags in Observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweaks Created 6 years, 7 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: runtime/bin/vmservice/client/lib/src/elements/css/shared.css
diff --git a/runtime/bin/vmservice/client/lib/src/elements/css/shared.css b/runtime/bin/vmservice/client/lib/src/elements/css/shared.css
index 06f2c11492d4e3a52cdd404f35e6bf266243ab60..63f7b703a40d06b2aa8321d1cf22496b9efaf83d 100644
--- a/runtime/bin/vmservice/client/lib/src/elements/css/shared.css
+++ b/runtime/bin/vmservice/client/lib/src/elements/css/shared.css
@@ -56,7 +56,12 @@ a:hover {
em {
color: inherit;
- font-style:italic;
+ font-style: italic;
+}
+
+b {
+ color: inherit;
+ font-weight: bold;
}
hr {

Powered by Google App Engine
This is Rietveld 408576698