diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 05:27:47 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 05:27:47 +0000 |
commit | 5170cc2b677a9d521dbc2176c6bb1f25efbbc785 (patch) | |
tree | 05233623823df1dda4ee9202fb3b11215a281ee7 /views/default/css.php | |
parent | 037148770b5bc8c8682d8c992f9fbf490d608a48 (diff) | |
download | elgg-5170cc2b677a9d521dbc2176c6bb1f25efbbc785.tar.gz elgg-5170cc2b677a9d521dbc2176c6bb1f25efbbc785.tar.bz2 |
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
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 15 |
1 files changed, 6 insertions, 9 deletions
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; } |