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

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

Issue 299143007: Show flags in Observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js + code review 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 color: #0489c3; 49 color: #0489c3;
50 text-decoration: none; 50 text-decoration: none;
51 } 51 }
52 52
53 a:hover { 53 a:hover {
54 text-decoration: underline; 54 text-decoration: underline;
55 } 55 }
56 56
57 em { 57 em {
58 color: inherit; 58 color: inherit;
59 font-style:italic; 59 font-style: italic;
60 }
61
62 b {
63 color: inherit;
64 font-weight: bold;
60 } 65 }
61 66
62 hr { 67 hr {
63 margin-top: 20px; 68 margin-top: 20px;
64 margin-bottom: 20px; 69 margin-bottom: 20px;
65 border: 0; 70 border: 0;
66 border-top: 1px solid #eee; 71 border-top: 1px solid #eee;
67 height: 0; 72 height: 0;
68 box-sizing: content-box; 73 box-sizing: content-box;
69 } 74 }
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 margin-bottom: 20px; 226 margin-bottom: 20px;
222 background-color: #f5f5f5; 227 background-color: #f5f5f5;
223 border: 1px solid #e3e3e3; 228 border: 1px solid #e3e3e3;
224 border-radius: 4px; 229 border-radius: 4px;
225 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); 230 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
226 } 231 }
227 232
228 .break-wrap { 233 .break-wrap {
229 word-wrap: break-word; 234 word-wrap: break-word;
230 } 235 }
OLDNEW
« no previous file with comments | « runtime/bin/vmservice/client/lib/elements.html ('k') | runtime/bin/vmservice/client/lib/src/elements/flag_list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698