view web/default.css @ 1765:650915809048

use text renderer for editor->hidden The toggle was too confusing because it was not dirrectly editable.
author nadvornik
date Sat, 10 Oct 2009 10:15:23 +0000
parents 08e1522af78e
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;
  }