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

Side by Side Diff: chrome/browser/resources/about_credits.html

Issue 11441008: [web_dev_style] Changing :pseudo-element to ::pseudo-element to match (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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 | « no previous file | chrome/browser/resources/about_credits.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- Generated by licenses.py; do not edit. --> 1 <!-- Generated by licenses.py; do not edit. -->
2 <!DOCTYPE HTML> 2 <!DOCTYPE HTML>
3 <html> 3 <html>
4 <head> 4 <head>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title>Credits</title> 6 <title>Credits</title>
7 <style> 7 <style>
8 body { 8 body {
9 font-family:Helvetica,Arial,sans-serif; 9 font-family:Helvetica,Arial,sans-serif;
10 background-color:white; 10 background-color:white;
(...skipping 15 matching lines...) Expand all
26 font-size:110%; 26 font-size:110%;
27 font-weight:bold; 27 font-weight:bold;
28 float:left; 28 float:left;
29 margin:3px; 29 margin:3px;
30 } 30 }
31 .product .homepage { 31 .product .homepage {
32 text-align:right; 32 text-align:right;
33 float:right; 33 float:right;
34 margin:3px; 34 margin:3px;
35 } 35 }
36 .product .homepage:after { 36 .product .homepage::after {
37 content:" - "; 37 content:" - ";
38 } 38 }
39 .product .show { 39 .product .show {
40 text-align:right; 40 text-align:right;
41 float:right; 41 float:right;
42 margin:3px; 42 margin:3px;
43 } 43 }
44 .licence { 44 .licence {
45 clear:both; 45 clear:both;
46 background-color:#e8eef7; 46 background-color:#e8eef7;
(...skipping 13884 matching lines...) Expand 10 before | Expand all | Expand 10 after
13931 </pre> 13931 </pre>
13932 </div> 13932 </div>
13933 </div> 13933 </div>
13934 13934
13935 13935
13936 </div> 13936 </div>
13937 <script src="chrome://credits/credits.js"></script> 13937 <script src="chrome://credits/credits.js"></script>
13938 </body> 13938 </body>
13939 </html> 13939 </html>
13940 13940
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_credits.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698