Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: options.html

Issue 5965040725262336: Issue 2052 - Icon vertically misaligned on the Options page (Closed)
Patch Set: Created Feb. 26, 2015, 5:48 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -129,17 +129,17 @@ button
color: #b0b0b0;
}
</style>
</head>
<body>
<table>
<tr>
- <td style="padding-right: 8px">
+ <td style="padding-right: 8px; vertical-align: middle;">
<img src="icons/abp-32.png">
</td>
<td>
<h1><span class="i18n_options"></span></h1>
</td>
</tr>
</table>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld