aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php15
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;
}