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

Side by Side Diff: tools/skpdiff/viewer_style.css

Issue 19608005: move skpdiff into tools (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « tools/skpdiff/viewer.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body, img, div { 1 body, img, div {
2 font-family: Verdana; 2 font-family: Verdana;
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 } 5 }
6 6
7 table { 7 table {
8 width:100%; 8 width:100%;
9 border-collapse: collapse; 9 border-collapse: collapse;
10 border-spacing: 0; 10 border-spacing: 0;
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 background-color: #dc322f; 71 background-color: #dc322f;
72 } 72 }
73 73
74 .result-6 { 74 .result-6 {
75 background-color: #2aa198; 75 background-color: #2aa198;
76 } 76 }
77 77
78 .result-7 { 78 .result-7 {
79 background-color: #859900; 79 background-color: #859900;
80 } 80 }
OLDNEW
« no previous file with comments | « tools/skpdiff/viewer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698