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

Side by Side Diff: polymer_0.5.4/bower_components/web-animations-js/test/blink/testharness/testharness.css

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 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
OLDNEW
1 html { 1 html {
2 font-family:DejaVu Sans, Bitstream Vera Sans, Arial, Sans; 2 font-family:DejaVu Sans, Bitstream Vera Sans, Arial, Sans;
3 } 3 }
4 4
5 #log .warning, 5 #log .warning,
6 #log .warning a { 6 #log .warning a {
7 color: black; 7 color: black;
8 background: yellow; 8 background: yellow;
9 } 9 }
10 10
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 color:red; 98 color:red;
99 } 99 }
100 100
101 span.timeout { 101 span.timeout {
102 color:red; 102 color:red;
103 } 103 }
104 104
105 span.ok, span.timeout, span.error { 105 span.ok, span.timeout, span.error {
106 font-variant:small-caps; 106 font-variant:small-caps;
107 } 107 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698