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

Delta Between Two Patch Sets: static/css/index.css

Issue 29695555: Fixes #6 - Add media mention banner (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Optimised images Created Feb. 22, 2018, 8:45 a.m.
Right Patch Set: Undo change to full-width layout Created Feb. 26, 2018, 8:31 a.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/index.tmpl ('k') | static/css/index-desktop.css » ('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 #content 1 #content
2 { 2 {
3 padding-top: 5em; 3 padding-top: 5em;
4 margin: 0 auto; 4 margin: 0 auto;
5 } 5 }
6 6
7 #key-facts h1 7 #key-facts h1
8 { 8 {
9 font-size: 16px; 9 font-size: 16px;
10 } 10 }
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 688
689 #ready-for-windows-notice 689 #ready-for-windows-notice
690 { 690 {
691 margin-bottom: 30px; 691 margin-bottom: 30px;
692 } 692 }
693 693
694 /****************************************************************************** 694 /******************************************************************************
695 * #media 695 * #media
696 *****************************************************************************/ 696 *****************************************************************************/
697 697
698 #media-section { clear: both; }
699
698 #media-header h2, 700 #media-header h2,
699 #media-list 701 #media-list
700 { 702 {
701 margin: 0; 703 margin: 0;
702 } 704 }
703 705
704 #media-header 706 #media-header
705 { 707 {
706 margin-bottom: 2em; 708 margin-bottom: 2em;
707 } 709 }
708 710
709 #media-header h2 711 #media-header h2
710 { 712 {
711 font-size: 1em; 713 font-size: 1em;
712 font-weight: normal; 714 font-weight: normal;
713 text-transform: uppercase; 715 text-transform: uppercase;
714 } 716 }
715 717
716 #media-list li 718 #media-list li
717 { 719 {
718 display: inline-block; 720 display: inline-block;
719 } 721 }
720 722
721 #media-list img 723 #media-list img
722 { 724 {
723 max-width: 5em; 725 max-width: 10em;
724 max-height: 3em; 726 max-height: 3em;
725 margin: 0 1em 1em; 727 margin: 0 1em 1em;
726 } 728 }
727 729
728 #media-list a 730 #media-list a
729 { 731 {
730 position: relative; 732 position: relative;
731 display: block; 733 display: block;
732 } 734 }
733 735
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 { 805 {
804 #media-list 806 #media-list
805 { 807 {
806 display: flex; 808 display: flex;
807 justify-content: space-between; 809 justify-content: space-between;
808 align-items: center; 810 align-items: center;
809 } 811 }
810 } 812 }
811 813
812 } 814 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld