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

Delta Between Two Patch Sets: static/css/main.css

Issue 29401619: Issue 4963 - Wrong size used for text logo on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Left Patch Set: Addressed comments Created June 7, 2017, 3:42 p.m.
Right Patch Set: Changed non-space to word-spacing Created June 14, 2017, 12:02 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « includes/sidebar.tmpl ('k') | static/scss/layout/_navbar.scss » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 .m-a-na { 1 .m-a-na {
2 margin: 0 0 !important; } 2 margin: 0 0 !important; }
3 3
4 .m-t-na { 4 .m-t-na {
5 margin-top: 0 !important; } 5 margin-top: 0 !important; }
6 6
7 .m-b-na { 7 .m-b-na {
8 margin-bottom: 0 !important; } 8 margin-bottom: 0 !important; }
9 9
10 .m-x-na { 10 .m-x-na {
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1225 1225
1226 .js #navbar { 1226 .js #navbar {
1227 position: fixed; 1227 position: fixed;
1228 z-index: 1; 1228 z-index: 1;
1229 top: 0; 1229 top: 0;
1230 left: 0; } 1230 left: 0; }
1231 1231
1232 .site-title { 1232 .site-title {
1233 margin: 0; 1233 margin: 0;
1234 font-size: 17px; 1234 font-size: 17px;
1235 line-height: 64px; } 1235 line-height: 64px;
1236 word-spacing: 1px; }
saroyanm 2017/06/14 13:20:52 I assume you forgot to generate latest version, as
1236 1237
1237 .site-title a { 1238 .site-title a {
1238 color: #161616; 1239 color: #161616;
1239 text-decoration: none; 1240 text-decoration: none;
1240 font-weight: 300; } 1241 font-weight: 300; }
1241 1242
1242 .site-title .non-space { 1243 .site-title .non-space {
1243 display: inline-block; 1244 display: inline-block;
1244 width: 1px; } 1245 width: 1px; }
1245 1246
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1564 height: 0; 1565 height: 0;
1565 content: " "; 1566 content: " ";
1566 border-top: 2px solid #FFFFFF; } 1567 border-top: 2px solid #FFFFFF; }
1567 #footer a { 1568 #footer a {
1568 color: #FFFFFF; } 1569 color: #FFFFFF; }
1569 #footer a:hover { 1570 #footer a:hover {
1570 text-decoration: underline; 1571 text-decoration: underline;
1571 color: #8CC63E !important; } 1572 color: #8CC63E !important; }
1572 #footer p { 1573 #footer p {
1573 color: #E1E1E1; } 1574 color: #E1E1E1; }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld