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

Unified 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.
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -615,8 +615,30 @@
}
/* overriding display:none above */
#footer #social-list
{
display: block;
}
}
+
+/*******************************************************************************
+ * Utilities
+ ******************************************************************************/
+
+/* .clearfix
+ ******************************************************************************/
+
+.content:before,
+.content:after,
+.clearfix:before,
+.clearfix:after
+{
+ display: table;
+ content: " ";
+}
+
+.content:after,
+.cleafix:after
+{
+ clear: both;
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld