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

Unified Diff: static/scss/_content.scss

Issue 29576576: Noissue - Added .clearfix to default-base and default-content (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 14, 2017, 1:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« static/scss/_base.scss ('K') | « static/scss/_base.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_content.scss
===================================================================
--- a/static/scss/_content.scss
+++ b/static/scss/_content.scss
@@ -19,16 +19,19 @@
*******************************************************************************
* 1. Document
* 2. Headings
* 3. Body content
******************************************************************************/
.content
{
+ /* Clearfixed
+ ****************************************************************************/
+ @extend .clearfix;
/* Document
****************************************************************************/
p,
ol,
ul,
dl,
« static/scss/_base.scss ('K') | « static/scss/_base.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld