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

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

Issue 240773003: First pass at workspaces. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
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/DESIGN.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 #title a:visited, 51 #title a:visited,
52 #title a:hover, 52 #title a:hover,
53 #title a:active 53 #title a:active
54 { 54 {
55 color: #ddd; 55 color: #ddd;
56 } 56 }
57 57
58 #content { 58 #content {
59 padding: 1em; 59 padding: 1em;
60 } 60 }
61
62 #tryHistory {
63 position: absolute;
64 top: 3em;
65 right: 10px;
66 width: 75px;
67 }
68
69 #tryHistory .tries {
70 float: none;
71 }
OLDNEW
« no previous file with comments | « experimental/webtry/DESIGN.md ('k') | experimental/webtry/js/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698