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

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

Issue 236193011: Add /recent (Closed) Base URL: https://skia.googlesource.com/skia.git@all
Patch Set: stray print 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
OLDNEW
(Empty)
1 body {
2 font-family: helvetica arial sans-serif;
3 margin: 0;
4 padding: 0;
5 }
6
7 img {
8 box-shadow: 2px 2px 5px gray;
9 }
10
11 h1 {
12 font-size: 18px;
13 }
14
15 h2 {
16 font-size: 16px;
17 }
18
19 .waiting, .waiting * {
20 cursor: wait;
21 }
22
23 textarea {
24 margin-left: 0;
25 border: solid 1px #ccc;
26 color: green;
27 }
28
29 pre, code {
30 padding: 0;
31 color: green;
32 }
33
34 #output {
35 color: #333;
36 }
37
38 .tries {
39 margin: 1em;
40 float: left;
41 }
42
43 #title {
44 color: #ddd;
45 background: #444;
46 margin: 0;
47 padding: 0.5em;
48 }
49
50 #title a:link,
51 #title a:visited,
52 #title a:hover,
53 #title a:active
54 {
55 color: #ddd;
56 }
57
58 #content {
59 padding: 1em;
60 }
OLDNEW
« no previous file with comments | « no previous file | experimental/webtry/templates/index.html » ('j') | experimental/webtry/templates/recent.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698