Small changes in #extra_left, #extra_right tags in css file.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 02 Jun 2009 19:17:46 +0200
changeset 2379 1555814edac7
parent 2377 8f3771ff383b
child 2381 2449a52035ee
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.
app/soc/content/css/soc-090421.css
--- 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;