Changeset 38 for trunk/src/web-app


Ignore:
Timestamp:
Jan 27, 2009, 10:47:34 PM (15 years ago)
Author:
tuxta
Message:

1st gui draft complete, added the bottom section to the content area

Location:
trunk/src/web-app/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/web-app/css/main.css

    r37 r38  
    279279    padding-left: 28px;
    280280}
     281
     282#bottom {
     283  background: url("../images/bottomBg.png") no-repeat scroll center;
     284  width: 1020px;
     285  height: 100px;
     286}
  • trunk/src/web-app/css/public.css

    r37 r38  
    299299    padding-left: 28px;
    300300}
     301
     302#bottom {
     303  background: url("../images/bottomBg.png") no-repeat scroll center;
     304  width: 1020px;
     305  height: 100px;
     306}
Note: See TracChangeset for help on using the changeset viewer.