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

Side by Side Diff: ppapi/tests/test_page.css

Issue 10052028: Fix line endings in ppapi. No code change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « ppapi/examples/mouse_cursor/mouse_cursor.cc ('k') | ppapi/tests/test_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 font-family:Verdana,Arial,sans-serif; 2 font-family:Verdana,Arial,sans-serif;
3 padding: 0; 3 padding: 0;
4 margin: 0; 4 margin: 0;
5 } 5 }
6 6
7 p.frame-container { 7 p.frame-container {
8 margin: 0; 8 margin: 0;
9 margin-top: 1em ! important; 9 margin-top: 1em ! important;
10 margin-bottom: 1em ! important; 10 margin-bottom: 1em ! important;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 font-weight:bold; 58 font-weight:bold;
59 color:#800; 59 color:#800;
60 } 60 }
61 61
62 .err_msg { 62 .err_msg {
63 } 63 }
64 64
65 .load_msg { 65 .load_msg {
66 font-style:italic; 66 font-style:italic;
67 } 67 }
OLDNEW
« no previous file with comments | « ppapi/examples/mouse_cursor/mouse_cursor.cc ('k') | ppapi/tests/test_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698