Changeset 3033


Ignore:
Timestamp:
Dec 30, 2008, 10:40:43 PM (15 years ago)
Author:
patdenice
Message:
  • Fix display bug on litle screen.
  • Replace png files by jpg files
Location:
extras/auto-install/trunk
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • extras/auto-install/trunk/loader.css

    r2869 r3033  
    1616
    1717body {
    18   background: #111111 url(images/bottom-left-bg.png) no-repeat fixed left bottom;
     18  background: #111111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom;
    1919  color: #666666;
    2020  margin: 0;
     
    2727
    2828#headbranch {
    29   background: transparent url(images/top-left-bg.png) no-repeat scroll left top;
     29  background: transparent url(images/top-left-bg.jpg) no-repeat scroll left top;
    3030  height: 240px;
    3131  left: 0;
     
    3535  top: 0;
    3636  width: 233px;
    37   z-index: 0;
     37  z-index: -1;
    3838}
    3939
Note: See TracChangeset for help on using the changeset viewer.