Index: page.tpl.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/alek_2_0/Attic/page.tpl.php,v retrieving revision 1.1.4.3 diff -u -r1.1.4.3 page.tpl.php --- page.tpl.php 29 Apr 2009 17:37:39 -0000 1.1.4.3 +++ page.tpl.php 19 May 2009 02:43:06 -0000 @@ -83,10 +83,9 @@ RSS, XHTML, CSS - |

- Drupal Themes Design by SEOposition.com +
Index: style.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/alek_2_0/Attic/style.css,v retrieving revision 1.1.4.2 diff -u -r1.1.4.2 style.css --- style.css 13 Jan 2008 23:47:31 -0000 1.1.4.2 +++ style.css 19 May 2009 02:43:06 -0000 @@ -649,8 +649,17 @@ /*\ IE/Win min height hack */ * html .FooterContain { height: 370px;} /* */ -.FooterContain { width: 950px; /* set min-width for IE */ min-width: 100%; /* sets min-width value for all standards-compliant browsers */ - background: #31363E; clear: both; min-height: 370px; margin-top: 1em; padding: 12px 0px 0px 0px; border-top: 10px solid #3D4249;} +.FooterContain { + width: 950px; /* set min-width for IE */ + min-width: 100%; /* sets min-width value for all standards-compliant browsers */ + background: #31363E; + clear: both; + min-height: 50px; + margin-top: 1em; + padding: 12px 0px 0px 0px; + border-top: 10px solid #3D4249; + overflow:auto; +} .Footer { width: 950px; margin: 0 auto; color: #E6E6E6; clear: both;} .Footer h2 { font-size: 20px; letter-spacing: -1px; font-weight: normal; color: #E6E6E6; padding: 15px 0px 10px 0px; margin: 0px; border-bottom: solid 5px #484E56; }