src/cm/media/js/lib/yui/yui3.0.0/examples/node/assets/node.css
changeset 0 40c8f766c9b8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/media/js/lib/yui/yui3.0.0/examples/node/assets/node.css	Mon Nov 23 15:14:29 2009 +0100
@@ -0,0 +1,51 @@
+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;
+}
+