Changeset 4234 for trunk/licqweb

Show
Ignore:
Timestamp:
09/29/05 12:14:23 (3 years ago)
Author:
emostar
Message:

Change the index page to php and add a news file.
Look at the source to see where to edit the file when there is new news.
All project members should have write access to this file by tonight..

Location:
trunk/licqweb
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licqweb/licqweb.css

    r4186 r4234  
    183183} 
    184184 
     185.news { 
     186        position: absolute; 
     187        top: 300; 
     188        right: 0; 
     189        bottom: 0; 
     190        left: 0; 
     191        width: 300px; 
     192        height: 100px; 
     193        margin: auto; 
     194        background-color: #aaf; 
     195        color: white; 
     196} 
    185197.centre { 
    186198    width: 100px;