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

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

Issue 839543002: Revert "Build Observatory with runtime" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 /* Global styles */ 1 /* Global styles */
2 * { 2 * {
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 font: 400 14px 'Montserrat', sans-serif; 5 font: 400 14px 'Montserrat', sans-serif;
6 color: #333; 6 color: #333;
7 box-sizing: border-box; 7 box-sizing: border-box;
8 } 8 }
9 9
10 .content { 10 .content {
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 margin-bottom: 20px; 244 margin-bottom: 20px;
245 background-color: #f5f5f5; 245 background-color: #f5f5f5;
246 border: 1px solid #e3e3e3; 246 border: 1px solid #e3e3e3;
247 border-radius: 4px; 247 border-radius: 4px;
248 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); 248 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
249 } 249 }
250 250
251 .break-wrap { 251 .break-wrap {
252 word-wrap: break-word; 252 word-wrap: break-word;
253 } 253 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698