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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « packages/dart_style/web/main.dart ('k') | packages/glob/.gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 body {
2 margin: 40px;
3 }
4
5 h2 {
6 font: 24px normal Georgia, serif;
7 }
8
9 pre, textarea {
10 font: 14px monospace;
11 }
12
13 pre, textarea {
14 margin: 0;
15 padding: 0;
16 }
17
18 .code-area {
19 position: relative;
20 background: hsl(220, 10%, 95%);
21 z-index: 1;
22 width: 800px;
23 overflow: hidden;
24 }
25
26 .column-marker {
27 position: absolute;
28 left: 0;
29 right: 0;
30 z-index: 1;
31
32 color: hsl(220, 10%, 80%);
33 }
34
35 textarea {
36 position: relative;
37 z-index: 2;
38
39 border: none;
40 outline: none;
41 background: none;
42 color: hsl(220, 10%, 40%);
43 }
OLDNEW
« 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