From 5170cc2b677a9d521dbc2176c6bb1f25efbbc785 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 3 Nov 2010 05:27:47 +0000 Subject: Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloat git-svn-id: http://code.elgg.org/elgg/trunk@7223 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 076bfdb62..c442081a2 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1,7 +1,6 @@ /** * ELGG DEFAULT CSS - * @uses $vars['wwwroot'] The site URL -*/ + */ /* Table of Contents: @@ -192,13 +191,11 @@ h2 { border-bottom:1px solid #CCCCCC; padding-bottom:5px; } -.clearfloat:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} + +/* Float-related */ +.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;} +.clearfloat {clear:both;} + .link { cursor:pointer; } -- cgit v1.2.3