Newer
Older
postorius / static / mailman_django / css / left_tab.css
@benste benste on 24 Jun 2011 196 bytes added missing CSS
/** Optional CSS to use the site with Tabbed navigaiton on the left-side**/

#menu {
    width:20%;
    float:left;
}

#content{
    width:80%;
    float:left;
}

#menu ul ul{
    display:none;
}