diff --git a/webtools/litmus/skins/litmus.css b/webtools/litmus/skins/litmus.css index 1b3fe06f073..0c971ac5e84 100755 --- a/webtools/litmus/skins/litmus.css +++ b/webtools/litmus/skins/litmus.css @@ -65,6 +65,7 @@ p#banner-version { font-size: 85%; } background-color: #FFFF99; width: 55%; border: 1px solid #000; + bottom: 10px; } .pagetitle diff --git a/webtools/litmus/templates/en/default/index.html.tmpl b/webtools/litmus/templates/en/default/index.html.tmpl index 5f2b4994be2..e69de29bb2d 100755 --- a/webtools/litmus/templates/en/default/index.html.tmpl +++ b/webtools/litmus/templates/en/default/index.html.tmpl @@ -1,228 +0,0 @@ -[%# The contents of this file are subject to the Mozilla Public - # License Version 1.1 (the "License"); you may not use this file - # except in compliance with the License. You may obtain a copy of - # the License at http://www.mozilla.org/MPL/ - # - # Software distributed under the License is distributed on an "AS - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - # implied. See the License for the specific language governing - # rights and limitations under the License. - # - # The Original Code is Litmus. - # - # The Initial Developer of the Original Code is Netscape Communications - # Corporation. Portions created by Netscape are - # Copyright (C) 1998 Netscape Communications Corporation. All - # Rights Reserved. - # - # Contributor(s): Zach Lipton -#%] - -[%# INTERFACE: - # @products - a list of all product objects in the system - # @hotlist - a hotlist of the top 15 confirmed failures for - # all products -#%] - -[% INCLUDE global/header.html.tmpl title = 'Home' %] - - - - -[% INCLUDE global/footer.html.tmpl style="position: absolute;bottom: 10px;" %]