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

Side by Side Diff: runtime/bin/vmservice/client/lib/src/elements/css/shared.css

Issue 257053003: Always use the same json for null in the vm service. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | runtime/vm/class_table.h » ('j') | runtime/vm/object.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* Global styles */ 2 /* Global styles */
3 * { 3 * {
4 margin: 0; 4 margin: 0;
5 padding: 0; 5 padding: 0;
6 font: 400 14px 'Montserrat', sans-serif; 6 font: 400 14px 'Montserrat', sans-serif;
7 color: #333; 7 color: #333;
8 box-sizing: border-box; 8 box-sizing: border-box;
9 } 9 }
10 10
(...skipping 30 matching lines...) Expand all
41 41
42 a { 42 a {
43 color: #0489c3; 43 color: #0489c3;
44 text-decoration: none; 44 text-decoration: none;
45 } 45 }
46 46
47 a:hover { 47 a:hover {
48 text-decoration: underline; 48 text-decoration: underline;
49 } 49 }
50 50
51 em {
52 color: inherit;
53 font-style:italic;
54 }
55
51 hr { 56 hr {
52 margin-top: 20px; 57 margin-top: 20px;
53 margin-bottom: 20px; 58 margin-bottom: 20px;
54 border: 0; 59 border: 0;
55 border-top: 1px solid #eee; 60 border-top: 1px solid #eee;
56 height: 0; 61 height: 0;
57 box-sizing: content-box; 62 box-sizing: content-box;
58 } 63 }
59 64
60 .list-group { 65 .list-group {
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 164
160 .well { 165 .well {
161 min-height: 20px; 166 min-height: 20px;
162 padding: 19px; 167 padding: 19px;
163 margin-bottom: 20px; 168 margin-bottom: 20px;
164 background-color: #f5f5f5; 169 background-color: #f5f5f5;
165 border: 1px solid #e3e3e3; 170 border: 1px solid #e3e3e3;
166 border-radius: 4px; 171 border-radius: 4px;
167 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); 172 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
168 } 173 }
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/class_table.h » ('j') | runtime/vm/object.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698