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

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

Issue 29576570: Noissue - Added .clearfix to new apb.org .content (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 14, 2017, 1:37 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 { 613 {
614 display: none; 614 display: none;
615 } 615 }
616 616
617 /* overriding display:none above */ 617 /* overriding display:none above */
618 #footer #social-list 618 #footer #social-list
619 { 619 {
620 display: block; 620 display: block;
621 } 621 }
622 } 622 }
623
624 /*******************************************************************************
625 * Utilities
626 ******************************************************************************/
627
628 /* .clearfix
629 ******************************************************************************/
630
631 .content:before,
632 .content:after,
633 .clearfix:before,
634 .clearfix:after
635 {
636 display: table;
637 content: " ";
638 }
639
640 .content:after,
641 .cleafix:after
642 {
643 clear: both;
644 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld