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 May 22, 2017, 7:08 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 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 vertical-align: top; } 1059 vertical-align: top; }
1060 1060
1061 .group.items .item::before { 1061 .group.items .item::before {
1062 margin-top: 16px; 1062 margin-top: 16px;
1063 text-align: center; 1063 text-align: center;
1064 width: 45px; } 1064 width: 45px; }
1065 1065
1066 html[dir="ltr"] .group .card + .card { 1066 html[dir="ltr"] .group .card + .card {
1067 border-left: 0; } 1067 border-left: 0; }
1068 1068
1069 @media (max-width: 768px) {
1070 html[dir="ltr"] .group .card:first-child {
1071 border-left: 0; } }
1072
1069 html[dir="rtl"] .group .card + .card { 1073 html[dir="rtl"] .group .card + .card {
1070 border-right: 0; } 1074 border-right: 0; }
1075
1076 @media (max-width: 768px) {
1077 html[dir="rtl"] .group .card:last-child {
1078 border-right: 0; } }
1071 1079
1072 .group.items .item { 1080 .group.items .item {
1073 position: relative; 1081 position: relative;
1074 margin-bottom: 32px; 1082 margin-bottom: 32px;
1075 padding: 0 16px; } 1083 padding: 0 16px; }
1076 1084
1077 .group.item-summary { 1085 .group.item-summary {
1078 height: 64px; 1086 height: 64px;
1079 margin-bottom: 32px; } 1087 margin-bottom: 32px; }
1080 1088
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 1225
1218 .js #navbar { 1226 .js #navbar {
1219 position: fixed; 1227 position: fixed;
1220 z-index: 1; 1228 z-index: 1;
1221 top: 0; 1229 top: 0;
1222 left: 0; } 1230 left: 0; }
1223 1231
1224 .site-title { 1232 .site-title {
1225 margin: 0; 1233 margin: 0;
1226 font-size: 17px; 1234 font-size: 17px;
1227 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
1228 1237
1229 .site-title a { 1238 .site-title a {
1230 color: #161616; 1239 color: #161616;
1231 text-decoration: none; 1240 text-decoration: none;
1232 font-weight: 300; } 1241 font-weight: 300; }
1233 1242
1234 .site-title .non-space { 1243 .site-title .non-space {
1235 display: inline-block; 1244 display: inline-block;
1236 width: 1px; } 1245 width: 1px; }
1237 1246
1238 .site-title a strong { 1247 .site-title a strong {
1239 font-weight: 400; } 1248 font-weight: 400; }
1240 1249
1241 @media (min-width: 1200px) { 1250 @media (min-width: 1200px) {
1242 html[dir="rtl"] #navbar-logo { 1251 html[dir="rtl"] .site-title {
1243 margin-right: 208px; } 1252 margin-right: 208px; }
1244 html[dir="ltr"] #navbar-logo { 1253 html[dir="ltr"] .site-title {
1245 margin-left: 208px; } } 1254 margin-left: 208px; } }
1246 1255
1247 @media (max-width: 1199px) { 1256 @media (max-width: 1199px) {
1248 .js #navbar { 1257 .js #navbar {
1249 display: none; } } 1258 display: none; } }
1250 1259
1251 #sidebar { 1260 #sidebar {
1252 text-transform: uppercase; 1261 text-transform: uppercase;
1253 color: #FFFFFF; 1262 color: #FFFFFF;
1254 background-color: #161616; 1263 background-color: #161616;
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 height: 0; 1565 height: 0;
1557 content: " "; 1566 content: " ";
1558 border-top: 2px solid #FFFFFF; } 1567 border-top: 2px solid #FFFFFF; }
1559 #footer a { 1568 #footer a {
1560 color: #FFFFFF; } 1569 color: #FFFFFF; }
1561 #footer a:hover { 1570 #footer a:hover {
1562 text-decoration: underline; 1571 text-decoration: underline;
1563 color: #8CC63E !important; } 1572 color: #8CC63E !important; }
1564 #footer p { 1573 #footer p {
1565 color: #E1E1E1; } 1574 color: #E1E1E1; }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld