view web/default.css @ 1728:2ef885dfa3a7

added a workaround for https://bugzilla.gnome.org/show_bug.cgi?id=590692
author nadvornik
date Sat, 10 Oct 2009 15:01:41 +0000
parents c69e08a6c539
children
line wrap: on
line source



#header {
    margin: 0 0 0 0;
    text-align : center;
    width : 740px;
    border: 1px solid #8BA0FF;
    background: #d0e0ff;

  }


#side {
    float : left;
    width : 150px;
    padding-left : 5px;
  }

#side ul {
    padding-left : 0.5em;
    margin-left : 0.5em;
}

#main {
    width : 600px;
    margin-top : 20px;
    margin-left : 160px;
  }