ginebra2/chrome/bedrockchrome/windowcount.snippet/windowcount.css
author hgs
Fri, 06 Aug 2010 17:23:08 -0400
changeset 9 b39122337a00
parent 0 1450b09d0cfd
child 16 3c88a81ff781
permissions -rw-r--r--
201031


#WindowCountBarId {
    width:100%;
    background: transparent;
}

/* Table */
#wcrow {
    table-layout:fixed;
    width:100%;
    border: 0;
    border-spacing: 0;
    padding: 0;

}

/* Cell image */
.wcicon {
    height:10;
    width:10;
    margin-right:10px;
    margin-left:10px;
    margin-top:8px;
    margin-bottom:6px;
}

/* Table cells */
#wcfirst {
    overflow:hidden;
}

#wclast {
    overflow:hidden;
}

#wccontent {
    text-align:center;
    overflow:hidden;
}