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

Unified Diff: dart/site/try/index.html

Issue 225903003: Tokenize one line at a time. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address Kasper's comments Created 6 years, 8 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 | « dart/site/try/build_try.gyp ('k') | dart/site/try/line_numbers.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/index.html
diff --git a/dart/site/try/index.html b/dart/site/try/index.html
index 63cdacd032f6de54e63979927a2ff61fbab478a0..726d74b9902268979b15a330422afb5391901c76 100644
--- a/dart/site/try/index.html
+++ b/dart/site/try/index.html
@@ -16,6 +16,7 @@ See: http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans:400,600,700,8
-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="dartlang-style.css">
+<link rel="alternate stylesheet" type="text/css" href="line_numbers.css" title="line_numbers">
<style>
a.diagnostic {
/* position: relative; */
@@ -33,7 +34,7 @@ a:hover.diagnostic span {
position: absolute;
/* left: 1em; */
/* top: 2em; */
- right: 10px;
+ left: 10px;
}
.offline {
@@ -148,7 +149,16 @@ a:hover.diagnostic span {
height: auto;
}
+.mainEditorPane {
+ overflow-y: auto;
+ overflow-x: hidden;
+ white-space: pre;
+ max-height: 80vh;
+}
+.lineNumber {
+ position: relative;
+}
</style>
<meta itemprop="name" content="Try Dart!">
« no previous file with comments | « dart/site/try/build_try.gyp ('k') | dart/site/try/line_numbers.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698