view web/default.css @ 1916:69ab167a50f5

do not mix autodetected and user-defined stereo mode
author Vladimir Nadvornik <nadvornik@suse.cz>
date Sat, 14 May 2011 21:53:45 +0200
parents 7308c9f24b6f
children 00773211590e
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;
  }