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

Unified Diff: packages/dart_style/web/style.css

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 | « packages/dart_style/web/main.dart ('k') | packages/glob/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_style/web/style.css
diff --git a/packages/dart_style/web/style.css b/packages/dart_style/web/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..fbacd154648029d457ba6c8f6d45782b45673e92
--- /dev/null
+++ b/packages/dart_style/web/style.css
@@ -0,0 +1,43 @@
+body {
+ margin: 40px;
+}
+
+h2 {
+ font: 24px normal Georgia, serif;
+}
+
+pre, textarea {
+ font: 14px monospace;
+}
+
+pre, textarea {
+ margin: 0;
+ padding: 0;
+}
+
+.code-area {
+ position: relative;
+ background: hsl(220, 10%, 95%);
+ z-index: 1;
+ width: 800px;
+ overflow: hidden;
+}
+
+.column-marker {
+ position: absolute;
+ left: 0;
+ right: 0;
+ z-index: 1;
+
+ color: hsl(220, 10%, 80%);
+}
+
+textarea {
+ position: relative;
+ z-index: 2;
+
+ border: none;
+ outline: none;
+ background: none;
+ color: hsl(220, 10%, 40%);
+}
« no previous file with comments | « packages/dart_style/web/main.dart ('k') | packages/glob/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698