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: Removed more learn more artifacts Created Oct. 6, 2017, 10:20 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « includes/index.tmpl ('k') | static/css/index-desktop.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
604 {
605 padding: 10px 0px;
606 border: 0px;
607 background-color: #dbd4c7;
608 }
609
610 #sidebar
611 {
612 display: inline-block;
613 }
614
615 #more-tabs #sidebar button
616 {
617 margin: 5px;
618 padding: 4px 7px;
619 font-size: 18px;
620 border: 0px;
621 border-radius: 4px;
622 background-color: #eee8df;
623 }
624
625 .more-tab
626 {
627 vertical-align: top;
628 }
629
630 #content .more-tab h2
631 {
632 margin: 10px 0px;
633 font-size: 30px;
634 font-weight: normal;
635 }
636
637 .more-tab li
638 {
639 margin-bottom: 10px;
640 }
641
642 .more-tab blockquote
643 {
644 margin: 0px;
645 font-style: italic;
646 }
647
648 #more, .more-tab
649 {
650 display: none;
651 }
652
653 #less, #more-tabs
654 {
655 display: inline-block;
656 }
657
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 597 .notice
696 { 598 {
697 padding: 20px; 599 padding: 20px;
698 line-height: 1.4; 600 line-height: 1.4;
699 color: #000; 601 color: #000;
700 background-color: #fff; 602 background-color: #fff;
701 border: 2px solid #a1a1a1; 603 border: 2px solid #a1a1a1;
702 } 604 }
703 605
704 #ready-for-windows-notice 606 #ready-for-windows-notice
705 { 607 {
706 margin-bottom: 30px; 608 margin-bottom: 30px;
707 } 609 }
OLDNEW
« no previous file with comments | « includes/index.tmpl ('k') | static/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld