view web/default.css @ 1748:b8d37cc79410

copy_file(): remove incomplete file on error (bug 2890715) The behavior changed, data is first written to a temporary file, which is unlinked in case of error, then the tempfile is renamed to the final name. Size of buffer was increased from 4k to 16k.
author zas_
date Sun, 10 Jan 2010 14:23:29 +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;
  }