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

Side by Side Diff: static/css/index.css

Issue 29568555: Issue 5723 - Implement new abp.org content style guide (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 7, 2017, 3:33 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #content h1, #content h2 1 #key-facts h1
juliandoucette 2017/10/07 15:50:07 #key-facts headings were the only headings that I
ire 2017/10/09 12:28:48 Ack. I couldn't find any other cases either.
2 { 2 {
3 font-size: 16px; 3 font-size: 16px;
4 } 4 }
5 5
6 #content .sprite 6 #content .sprite
7 { 7 {
8 background-image: url(../img/sprite-index.png); 8 background-image: url(../img/sprite-index.png);
9 } 9 }
10 10
11 #abb-banner 11 #abb-banner
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 #content.chrome_ua-chrome .warning-platform.chrome, 497 #content.chrome_ua-chrome .warning-platform.chrome,
498 #content.opera_ua-opera .warning-platform.opera, 498 #content.opera_ua-opera .warning-platform.opera,
499 #content.internet-explorer_ua-internet-explorer .warning-platform.internet-explo rer, 499 #content.internet-explorer_ua-internet-explorer .warning-platform.internet-explo rer,
500 #content.safari_ua-safari .warning-platform.safari, 500 #content.safari_ua-safari .warning-platform.safari,
501 #content.yandex-browser_ua-yandex-browser .warning-platform.yandex-browser, 501 #content.yandex-browser_ua-yandex-browser .warning-platform.yandex-browser,
502 #content.maxthon_ua-maxthon .warning-platform.maxthon 502 #content.maxthon_ua-maxthon .warning-platform.maxthon
503 { 503 {
504 display: none; 504 display: none;
505 } 505 }
506 506
507 #key-facts
juliandoucette 2017/10/07 15:50:07 border-box breaks this layout because it relies on
ire 2017/10/09 12:28:48 Acknowledged.
508 {
509 box-sizing: content-box;
510 }
511
507 #key-facts section 512 #key-facts section
508 { 513 {
509 display: inline-block; 514 display: inline-block;
510 } 515 }
511 516
512 #key-facts section h1 517 #key-facts section h1
513 { 518 {
514 margin-top: 0px; 519 margin-top: 0px;
515 } 520 }
516 521
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 line-height: 1.4; 605 line-height: 1.4;
601 color: #000; 606 color: #000;
602 background-color: #fff; 607 background-color: #fff;
603 border: 2px solid #a1a1a1; 608 border: 2px solid #a1a1a1;
604 } 609 }
605 610
606 #ready-for-windows-notice 611 #ready-for-windows-notice
607 { 612 {
608 margin-bottom: 30px; 613 margin-bottom: 30px;
609 } 614 }
OLDNEW

Powered by Google App Engine
This is Rietveld