src/cm/media/js/lib/yui/yui3.0.0/examples/node/assets/node.css
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 0 40c8f766c9b8
permissions -rw-r--r--
add link to "privacy policy" in the header test

div#demo,
ul#demo li {
    background: #cfb192;
    border: 1px solid #71241a;
}

ul#demo2 li {
    background: #dadada;
    border: 1px solid #71241a;
}

div#demo p,
ul#demo li,
ul#demo2 li {
    list-style: none;
    padding: 0.5em 1em;
}

ul#demo,
ul#demo2 {
    width: 10em;
}

.yui-fail {
    background:red;
}

#demo .yui-pass,
#demo2 .yui-pass {
    background:green;
}

#demo dt {
    font-weight:bold;
}

#demo dt::after {
    content':';
}

#demo dd {
    margin-bottom:0.5em;
}

span#demo {
    background:#ffa928;
    display:block;
    height:10px;
    width:10px;
}