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

Unified Diff: static/scss/base/_utilities.scss

Issue 29589595: Noissue - Use new utilities and .container from website-defaults (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 26, 2017, 10:44 a.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
Index: static/scss/base/_utilities.scss
===================================================================
--- a/static/scss/base/_utilities.scss
+++ b/static/scss/base/_utilities.scss
@@ -29,25 +29,16 @@
clip: rect(0, 0, 0, 0);
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
}
-// Clearfix ///////////////////////////////////////////////////////////////
ire 2017/10/26 10:46:26 This is already in website-defaults
-
-.clearfix:after
-{
- display: table;
- clear: both;
- content: "";
-}
-
// Responsive ///////////////////////////////////////////////////////////////
.mobile-only
{
@media (min-width: $phablet-breakpoint)
{
display: none;
}

Powered by Google App Engine
This is Rietveld