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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/DartdocHoverStyleSheet.css

Issue 69883003: Issue 249. Show documentation for highlighted code completion. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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: editor/tools/plugins/com.google.dart.tools.ui/DartdocHoverStyleSheet.css
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/DartdocHoverStyleSheet.css b/editor/tools/plugins/com.google.dart.tools.ui/DartdocHoverStyleSheet.css
index 9cea29cefaae3ac769c4fd424b02840021ebd02a..67645d9f2dd3c14e0fa5da1d42df052e5572c9ec 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/DartdocHoverStyleSheet.css
+++ b/editor/tools/plugins/com.google.dart.tools.ui/DartdocHoverStyleSheet.css
@@ -1,6 +1,6 @@
/* Font definitions */
html { font-family: sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; }
-body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
+body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 9pt; }
pre { font-family: monospace; }
/* Margins */

Powered by Google App Engine
This is Rietveld 408576698