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

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

Issue 29705597: Fixes #7 - Updated benefits section on index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Added missing comma Created Feb. 27, 2018, 12:59 p.m.
Right Patch Set: Moved features and renamed card/card-deck to item/item-group Created Feb. 28, 2018, 7:37 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/index.tmpl ('k') | static/img/feature-aa.png » ('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 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 margin: 0; 9 margin: 0;
10 line-height: 1.5; 10 line-height: 1.5;
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 display: none; 710 display: none;
711 } 711 }
712 712
713 /* overriding display:none above */ 713 /* overriding display:none above */
714 #footer #social-list 714 #footer #social-list
715 { 715 {
716 display: block; 716 display: block;
717 } 717 }
718 } 718 }
719 719
720 /* Cards 720 /* Items
721 *****************************************************************************/ 721 *****************************************************************************/
722 722
723 .card-deck, 723 .item-group,
724 .card-body 724 .item-body
725 { 725 {
726 margin: 1em 0; 726 margin-top: 1em;
727 } 727 margin-bottom: 1em;
728 728 }
729 .card 729
730 { 730 .item
731 margin: 2em 0 1em 0; 731 {
732 } 732 padding-top: 2em;
733 733 padding-bottom: 2em;
734 .card-heading 734 }
735
736 .item-heading
735 { 737 {
736 text-transform: uppercase; 738 text-transform: uppercase;
737 } 739 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld