Small changes in #extra_left, #extra_right tags in css file.
Google Maps and Student Project List on Organization home page now doesn't lay on page footer if too high.
--- a/app/soc/content/css/soc-090421.css Mon Jun 01 23:42:36 2009 +0200
+++ b/app/soc/content/css/soc-090421.css Tue Jun 02 19:17:46 2009 +0200
@@ -388,19 +388,17 @@
}
#org_home_extras {
- position: relative;
margin:2em 0em 2em;
min-height:500px;
}
#extras_left {
- position: absolute;
width: 55%;
left: 0px;
+ float: left;
}
#extras_right {
- position: absolute;
width: 43%;
right: 0px;
float: right;