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

Side by Side Diff: experimental/webtry/css/webtry.css

Issue 246823004: Factor out common template code. Send stdout back to web page. (Closed) Base URL: https://skia.googlesource.com/skia.git@clickhistory
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « experimental/webtry/TODO.md ('k') | experimental/webtry/js/run.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 font-family: helvetica arial sans-serif; 2 font-family: helvetica arial sans-serif;
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 } 5 }
6 6
7 img { 7 img {
8 box-shadow: 2px 2px 5px gray; 8 box-shadow: 2px 2px 5px gray;
9 } 9 }
10 10
(...skipping 17 matching lines...) Expand all
28 } 28 }
29 29
30 .iframe textarea { 30 .iframe textarea {
31 resize: none; 31 resize: none;
32 } 32 }
33 33
34 template { 34 template {
35 display: none; 35 display: none;
36 } 36 }
37 37
38 code {
39 color: green;
40 }
41
38 pre, code { 42 pre, code {
39 padding: 0; 43 padding: 0;
40 color: green;
41 }
42
43 #output {
44 color: #333;
45 } 44 }
46 45
47 .tries { 46 .tries {
48 margin: 1em; 47 margin: 1em;
49 float: left; 48 float: left;
50 } 49 }
51 50
52 #title { 51 #title {
53 color: #ddd; 52 color: #ddd;
54 background: #444; 53 background: #444;
(...skipping 16 matching lines...) Expand all
71 #tryHistory { 70 #tryHistory {
72 position: absolute; 71 position: absolute;
73 top: 3em; 72 top: 3em;
74 right: 10px; 73 right: 10px;
75 width: 75px; 74 width: 75px;
76 } 75 }
77 76
78 #tryHistory .tries { 77 #tryHistory .tries {
79 float: none; 78 float: none;
80 } 79 }
OLDNEW
« no previous file with comments | « experimental/webtry/TODO.md ('k') | experimental/webtry/js/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698