projects
/
project/omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
414a478
)
#705900 by himerus - fixing padding at bottom of the page. clearfix related
6.x-1.0-beta5
author
himerus
Fri, 11 Jun 2010 15:11:25 +0000 (15:11 +0000)
committer
himerus
Fri, 11 Jun 2010 15:11:25 +0000 (15:11 +0000)
css/defaults.css
patch
|
blob
|
blame
|
history
diff --git
a/css/defaults.css
b/css/defaults.css
index
9c95f35
..
cfb6087
100644
(file)
--- a/
css/defaults.css
+++ b/
css/defaults.css
@@
-405,4
+405,15
@@
table {
#main-content ul.links li,
#main-content ul.links li a {
padding-left: 0;
+}
+
+/* fixing clearfix issues with padding at bottom of page */
+
+.clearfix:after {
+ visibility: hidden;
+ display: block;
+ font-size: 0;
+ content: "";
+ clear: both;
+ height: 0;
}
\ No newline at end of file