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

Side by Side Diff: third_party/coverage-3.7.1/coverage/htmlfiles/style.css

Issue 225633007: Upgrade to coverage 3.7.1 and have it auto-build itself on first use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: sigh our imports are a mess Created 6 years, 8 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 /* CSS styles for Coverage. */ 1 /* CSS styles for Coverage. */
2 /* Page-wide styles */ 2 /* Page-wide styles */
3 html, body, h1, h2, h3, p, td, th { 3 html, body, h1, h2, h3, p, td, th {
4 margin: 0; 4 margin: 0;
5 padding: 0; 5 padding: 0;
6 border: 0; 6 border: 0;
7 outline: 0; 7 outline: 0;
8 font-weight: inherit; 8 font-weight: inherit;
9 font-style: inherit; 9 font-style: inherit;
10 font-size: 100%; 10 font-size: 100%;
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 #index tr.total { 291 #index tr.total {
292 } 292 }
293 #index tr.total td { 293 #index tr.total td {
294 font-weight: bold; 294 font-weight: bold;
295 border-top: 1px solid #ccc; 295 border-top: 1px solid #ccc;
296 border-bottom: none; 296 border-bottom: none;
297 } 297 }
298 #index tr.file:hover { 298 #index tr.file:hover {
299 background: #eeeeee; 299 background: #eeeeee;
300 } 300 }
OLDNEW
« no previous file with comments | « third_party/coverage-3.7.1/coverage/htmlfiles/pyfile.html ('k') | third_party/coverage-3.7.1/coverage/misc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698