ethertoff
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

styles.css
text/css

Download raw (211 bytes)

.comment:before {
    background-color: yellow;
    display: inline-block;
    height: 1em;
    width: 1em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    content: " ! ";
    text-align: center;
}