Changeset 48 for trunk/src/web-app/css


Ignore:
Timestamp:
Feb 2, 2009, 9:06:43 PM (15 years ago)
Author:
gav
Message:

Hopefully a CSS fix for IE

File:
1 edited

Legend:

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

    r46 r48  
    1414
    1515body {
     16    text-align: center;
     17    width: 980px
    1618    background: #fff;
    1719    color: #333;
     
    102104
    103105.nav {
     106    text-align: centre;
    104107    background: url("../images/linkPanel_long.png") top no-repeat;
    105108    /*border: 1px solid #ccc;
    106109    border-style: solid none solid none;*/
    107     padding: 15px 20px 15px 20px;
    108     width: 650px;
     110    padding: 15px 0px 0px 0px;
     111    width: 980px;
    109112    height: 40px;
    110113}
Note: See TracChangeset for help on using the changeset viewer.