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

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

Issue 265703005: Move to a theme that more closely matches what was there before. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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/res/css/cm/ambiance.css ('k') | experimental/webtry/res/js/webtry.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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 } 92 }
93 93
94 #tryHistory .tries { 94 #tryHistory .tries {
95 float: none; 95 float: none;
96 } 96 }
97 97
98 #gitInfo { 98 #gitInfo {
99 float: right; 99 float: right;
100 font-size: 70%; 100 font-size: 70%;
101 } 101 }
102
103 .CodeMirror-lines,
104 .CodeMirror-scroll
105 {
106 background-color: #eee;
107 }
108
109 .CodeMirror {
110 border: solid gray 1px;
111 }
OLDNEW
« no previous file with comments | « experimental/webtry/res/css/cm/ambiance.css ('k') | experimental/webtry/res/js/webtry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698