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

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

Issue 29565748: Issue 5834 - Removed learn more section from the adblockplus.org homepage (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 5, 2017, 3:50 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 #content h1, #content h2
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
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 { 587 {
588 padding-top: 5px; 588 padding-top: 5px;
589 } 589 }
590 590
591 #footnote ul 591 #footnote ul
592 { 592 {
593 margin: 0px; 593 margin: 0px;
594 padding: 0px 30px; 594 padding: 0px 30px;
595 } 595 }
596 596
597 #more-container
598 {
599 *position: relative;
600 margin-top: 40px;
601 }
602
603 #more, #less 597 #more, #less
ire 2017/10/05 20:26:48 The #more element has been deleted so this style i
juliandoucette 2017/10/06 10:21:11 Done.
604 { 598 {
605 padding: 10px 0px; 599 padding: 10px 0px;
606 border: 0px; 600 border: 0px;
607 background-color: #dbd4c7; 601 background-color: #dbd4c7;
608 } 602 }
609 603
610 #sidebar 604 #sidebar
611 { 605 {
612 display: inline-block; 606 display: inline-block;
613 } 607 }
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 #more, .more-tab 642 #more, .more-tab
649 { 643 {
650 display: none; 644 display: none;
651 } 645 }
652 646
653 #less, #more-tabs 647 #less, #more-tabs
654 { 648 {
655 display: inline-block; 649 display: inline-block;
656 } 650 }
657 651
658 #more-container.hidden #more
659 {
660 display: inline-block;
661 }
662
663 #more-container.hidden #less,
664 #more-container.hidden #more-tabs
665 {
666 display: none;
667 }
668
669 #more-container.firefox #tab-firefox,
670 #more-container.chrome #tab-chrome,
671 #more-container.opera #tab-opera,
672 #more-container.android #tab-android,
673 #more-container.internet-explorer #tab-internet-explorer,
674 #more-container.safari #tab-safari,
675 #more-container.yandex-browser #tab-yandex-browser,
676 #more-container.maxthon #tab-maxthon,
677 #more-container.edge #tab-edge
678 {
679 display: inline-block;
680 }
681
682 #more-container.firefox #more-firefox,
683 #more-container.chrome #more-chrome,
684 #more-container.opera #more-opera,
685 #more-container.android #more-android,
686 #more-container.internet-explorer #more-internet-explorer,
687 #more-container.safari #more-safari,
688 #more-container.yandex-browser #more-yandex-browser,
689 #more-container.maxthon #more-maxthon
690 #more-container.edge #more-edge
691 {
692 background-color: #dbd4c7;
693 }
694
695 .notice 652 .notice
696 { 653 {
697 padding: 20px; 654 padding: 20px;
698 line-height: 1.4; 655 line-height: 1.4;
699 color: #000; 656 color: #000;
700 background-color: #fff; 657 background-color: #fff;
701 border: 2px solid #a1a1a1; 658 border: 2px solid #a1a1a1;
702 } 659 }
703 660
704 #ready-for-windows-notice 661 #ready-for-windows-notice
705 { 662 {
706 margin-bottom: 30px; 663 margin-bottom: 30px;
707 } 664 }
OLDNEW
« no previous file with comments | « includes/index.tmpl ('k') | static/css/index-desktop.css » ('j') | static/css/index-desktop.css » ('J')

Powered by Google App Engine
This is Rietveld