Ignore:
Timestamp:
Jan 27, 2009, 5:21:52 PM (15 years ago)
Author:
tuxta
Message:

2nd update to the gui, fixed content width, and changed the links background image.

File:
1 edited

Legend:

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

    r36 r37  
    5959    float: left;
    6060    margin: 0 15px 10px 15px;
     61    width: 950px;
     62   
    6163}
    6264
     
    6466
    6567.nav {
    66     background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    67     border: 1px solid #ccc;
    68     border-style: solid none solid none;       
     68    /*background: #fff url(../images/skin/shadow.jpg) bottom center repeat-x;*/
     69    /*border: 1px solid #ccc; */
     70    /*border-style: solid none solid none; */
    6971    margin-top: 5px;
    7072    padding: 7px 12px;
     73    width: 900px;
     74}
     75
     76.nav a{
     77    background: url("../images/linkPanel.png") no-repeat top;
     78    display: inline-block;
     79    width: 140px;
     80    height: 40px;
     81    padding: 10px;
     82    text-decoration: none;
    7183}
    7284
Note: See TracChangeset for help on using the changeset viewer.