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

Unified Diff: netlog_viewer/main.css

Issue 2178423002: Bring the gh-pages branch up to date with the master branch (Closed) Base URL: https://github.com/catapult-project/catapult.git@gh-pages
Patch Set: Created 4 years, 5 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 | « netlog_viewer/index.html ('k') | netlog_viewer/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/main.css
diff --git a/netlog_viewer/main.css b/netlog_viewer/main.css
index 4b5dab150a02bdcc613d4b86588a11cfa3537148..1e2858766b46addc7a16d0bd000fe72ba90d774b 100644
--- a/netlog_viewer/main.css
+++ b/netlog_viewer/main.css
@@ -9,10 +9,20 @@
box-sizing: border-box;
}
+html {
+ direction: ltr;
+}
+
body {
+ font-family: DejaVu Sans, Arial, sans-serif;
+ font-size: 95%;
overflow: hidden; /* Prevents scroll bar flickering on resize. */
}
+button {
+ font-family: DejaVu Sans, Arial, sans-serif;
+}
+
ul {
padding-left: 2em;
}
« no previous file with comments | « netlog_viewer/index.html ('k') | netlog_viewer/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698