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

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

Issue 601057: Remove pixel size from about:version. (Closed)
Patch Set: nowrap Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 2
3 <!-- 3 <!--
4 about:version template page 4 about:version template page
5 --> 5 -->
6 6
7 <html id="t"> 7 <html id="t">
8 <head> 8 <head>
9 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
10 <style> 10 <style>
(...skipping 10 matching lines...) Expand all
21 margin-right: auto; 21 margin-right: auto;
22 width: 800px; 22 width: 800px;
23 } 23 }
24 #inner { 24 #inner {
25 padding-top: 10px; 25 padding-top: 10px;
26 width: 550px; 26 width: 550px;
27 } 27 }
28 .label { 28 .label {
29 font-weight: bold; 29 font-weight: bold;
30 text-align: right; 30 text-align: right;
31 width: 120px; 31 white-space: nowrap;
32 padding-right: 5px; 32 padding-right: 5px;
33 font-size: 0.9em; 33 font-size: 0.9em;
34 border-right: 0px solid black; 34 border-right: 0px solid black;
35 } 35 }
36 .label:after { 36 .label:after {
37 content: ":"; 37 content: ":";
38 } 38 }
39 #logo { 39 #logo {
40 text-align: right; 40 text-align: right;
41 float: right; 41 float: right;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 <td class="version" id="js_version" i18n-content="js_version"></td> 83 <td class="version" id="js_version" i18n-content="js_version"></td>
84 </tr> 84 </tr>
85 <tr><td class="label" valign="top">User Agent</td> 85 <tr><td class="label" valign="top">User Agent</td>
86 <td class="version" id="useragent" i18n-content="useragent"></td> 86 <td class="version" id="useragent" i18n-content="useragent"></td>
87 </tr> 87 </tr>
88 </table> 88 </table>
89 </div> 89 </div>
90 </body> 90 </body>
91 91
92 </html> 92 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698