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: Created April 3, 2017, 9:39 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 #navbar img { 1222 #navbar img {
1215 height: 16px; 1223 height: 16px;
1216 margin: 0; } 1224 margin: 0; }
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 #navbar h1 { 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;
1228 1236 word-spacing: 1px; }
saroyanm 2017/06/14 13:20:52 I assume you forgot to generate latest version, as
1229 #navbar h1 a { 1237
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 #navbar h1 a strong { 1243 .site-title .non-space {
1235 font-weight: 400; 1244 display: inline-block;
1236 margin-left: -2px; } 1245 width: 1px; }
1246
1247 .site-title a strong {
1248 font-weight: 400; }
1237 1249
1238 @media (min-width: 1200px) { 1250 @media (min-width: 1200px) {
1239 html[dir="rtl"] #navbar-logo { 1251 html[dir="rtl"] .site-title {
1240 margin-right: 208px; } 1252 margin-right: 208px; }
1241 html[dir="ltr"] #navbar-logo { 1253 html[dir="ltr"] .site-title {
1242 margin-left: 208px; } } 1254 margin-left: 208px; } }
1243 1255
1244 @media (max-width: 1199px) { 1256 @media (max-width: 1199px) {
1245 .js #navbar { 1257 .js #navbar {
1246 display: none; } } 1258 display: none; } }
1247 1259
1248 #sidebar { 1260 #sidebar {
1249 text-transform: uppercase; 1261 text-transform: uppercase;
1250 color: #FFFFFF; 1262 color: #FFFFFF;
1251 background-color: #161616; 1263 background-color: #161616;
1252 font-size: 16px; 1264 font-size: 16px;
1253 font-weight: 400; 1265 font-weight: 400;
1254 line-height: 100%; } 1266 line-height: 100%; }
1255 #sidebar ul, 1267 #sidebar ul,
1256 #sidebar li { 1268 #sidebar li {
1257 margin: 0; 1269 margin: 0;
1258 padding: 0; 1270 padding: 0;
1259 text-align: inherit; } 1271 text-align: inherit; }
1260 #sidebar a,
1261 #sidebar a:hover,
1262 #sidebar a:active {
1263 display: block;
1264 text-decoration: none;
1265 color: inherit; }
1266 #sidebar #sidebar-brand { 1272 #sidebar #sidebar-brand {
1267 height: 64px; 1273 height: 64px;
1268 line-height: 64px; } 1274 line-height: 64px; }
1269 #sidebar #sidebar-logo { 1275 #sidebar #sidebar-logo {
1270 display: block; 1276 display: block;
1271 padding: 0 32px; 1277 padding: 0 32px;
1272 text-align: inherit; 1278 text-align: inherit;
1273 background-color: #8CC63E; } 1279 background-color: #8CC63E; }
1274 #sidebar #sidebar-logo img { 1280 #sidebar #sidebar-logo img {
1275 width: 32px; 1281 width: 32px;
1276 height: 32px; 1282 height: 32px;
1277 vertical-align: middle; } 1283 vertical-align: middle; }
1278 #sidebar #sidebar-open, 1284 #sidebar #sidebar-open,
1279 #sidebar #sidebar-close, 1285 #sidebar #sidebar-close,
1280 #sidebar #sidebar-title { 1286 #sidebar .site-title {
1281 display: none; } 1287 display: none; }
1282 #sidebar #sidebar-close img { 1288 #sidebar #sidebar-close img {
1283 width: 20px; 1289 width: 20px;
1284 height: 20px; } 1290 height: 20px; }
1285 #sidebar #sidebar-open img { 1291 #sidebar #sidebar-open img {
1286 width: 36px; 1292 width: 36px;
1287 height: 18px; } 1293 height: 18px; }
1294
1295 #sidebar-menus a,
1296 #sidebar-menus a:hover,
1297 #sidebar-menus a:active {
1298 display: block;
1299 text-decoration: none;
1300 color: inherit; }
1288 1301
1289 @media (min-width: 1200px) { 1302 @media (min-width: 1200px) {
1290 #sidebar { 1303 #sidebar {
1291 position: absolute; 1304 position: absolute;
1292 top: 0; 1305 top: 0;
1293 width: 208px; } 1306 width: 208px; }
1294 .js #sidebar { 1307 .js #sidebar {
1295 position: fixed; 1308 position: fixed;
1296 z-index: 2; 1309 z-index: 2;
1297 height: 100%; } 1310 height: 100%; }
(...skipping 12 matching lines...) Expand all
1310 left: 0; 1323 left: 0;
1311 overflow: hidden; 1324 overflow: hidden;
1312 width: 100%; 1325 width: 100%;
1313 height: 64px; } 1326 height: 64px; }
1314 .js #sidebar.open { 1327 .js #sidebar.open {
1315 height: 100%; } 1328 height: 100%; }
1316 html[dir="ltr"].js #sidebar { 1329 html[dir="ltr"].js #sidebar {
1317 text-align: left; } 1330 text-align: left; }
1318 html[dir="rtl"].js #sidebar { 1331 html[dir="rtl"].js #sidebar {
1319 text-align: right; } 1332 text-align: right; }
1320 #sidebar #sidebar-title, 1333 #sidebar .site-title,
1321 #sidebar #sidebar-open { 1334 #sidebar #sidebar-open {
1322 display: block; } 1335 display: block; }
1323 #sidebar.open #sidebar-open { 1336 #sidebar.open #sidebar-open {
1324 display: none; } 1337 display: none; }
1325 #sidebar.open #sidebar-close { 1338 #sidebar.open #sidebar-close {
1326 display: block; } 1339 display: block; }
1327 #sidebar #sidebar-brand { 1340 #sidebar #sidebar-brand {
1328 background-color: #FFFFFF; } 1341 background-color: #FFFFFF; }
1329 #sidebar #sidebar-open, 1342 #sidebar #sidebar-open,
1330 #sidebar #sidebar-close, 1343 #sidebar #sidebar-close,
1331 #sidebar #sidebar-logo, 1344 #sidebar #sidebar-logo,
1332 #sidebar #sidebar-title { 1345 #sidebar .site-title {
1333 padding: 0 16px; } 1346 padding: 0 16px; }
1334 #sidebar #sidebar-open, 1347 #sidebar #sidebar-open,
1335 #sidebar #sidebar-close, 1348 #sidebar #sidebar-close,
1336 #sidebar #sidebar-title { 1349 #sidebar .site-title {
1337 height: 64px; 1350 height: 64px;
1338 line-height: 64px; } 1351 line-height: 64px; }
1339 #sidebar #sidebar-open, 1352 #sidebar #sidebar-open,
1340 #sidebar #sidebar-close { 1353 #sidebar #sidebar-close {
1341 width: 64px; 1354 width: 64px;
1342 min-width: 64px; 1355 min-width: 64px;
1343 margin: 0; 1356 margin: 0;
1344 color: #FFFFFF; 1357 color: #FFFFFF;
1345 border: none; 1358 border: none;
1346 background-color: #161616; 1359 background-color: #161616;
1347 font-size: 32px; } 1360 font-size: 32px; }
1348 #sidebar #sidebar-title img {
1349 display: inline-block;
1350 height: 16px;
1351 vertical-align: middle; }
1352 html[dir="ltr"] #sidebar-open, 1361 html[dir="ltr"] #sidebar-open,
1353 html[dir="ltr"] #sidebar-close, 1362 html[dir="ltr"] #sidebar-close,
1354 html[dir="ltr"] #sidebar-logo, 1363 html[dir="ltr"] #sidebar-logo,
1355 html[dir="ltr"] #sidebar-title { 1364 html[dir="ltr"] #sidebar .site-title {
1356 float: left; } 1365 float: left; }
1357 html[dir="rtl"] #sidebar-open, 1366 html[dir="rtl"] #sidebar-open,
1358 html[dir="rtl"] #sidebar-close, 1367 html[dir="rtl"] #sidebar-close,
1359 html[dir="rtl"] #sidebar-logo, 1368 html[dir="rtl"] #sidebar-logo,
1360 html[dir="rtl"] #sidebar-title { 1369 html[dir="rtl"] #sidebar .site-title {
1361 float: right; } } 1370 float: right; } }
1362 1371
1363 #primary-navigation li { 1372 #primary-navigation li {
1364 position: relative; } 1373 position: relative; }
1365 1374
1366 #primary-navigation ul ul li { 1375 #primary-navigation ul ul li {
1367 color: #8CC63E; 1376 color: #8CC63E;
1368 font-size: 14px; } 1377 font-size: 14px; }
1369 1378
1370 #primary-navigation .active > a { 1379 #primary-navigation .active > a {
(...skipping 185 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