--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/media/js/lib/yui/yui_3.10.3/docs/cssreset/cssreset-basic.html Tue Jul 16 14:29:46 2013 +0200
@@ -0,0 +1,123 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Example: Global (Page-Level) Example</title>
+ <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic">
+ <link rel="stylesheet" href="../../build/cssgrids/cssgrids-min.css">
+ <link rel="stylesheet" href="../assets/css/main.css">
+ <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
+ <link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
+ <script src="../../build/yui/yui-min.js"></script>
+
+</head>
+<body>
+<!--
+<a href="https://github.com/yui/yui3"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
+-->
+<div id="doc">
+ <div id="hd">
+ <h1><img src="http://yuilibrary.com/img/yui-logo.png"></h1>
+ </div>
+
+
+ <h1>Example: Global (Page-Level) Example</h1>
+ <div class="yui3-g">
+ <div class="yui3-u-3-4">
+ <div id="main">
+ <div class="content">
+<div class="intro">
+ <p>When CSS Reset is included in a page it removes the browser-provided style of HTML elements (by generally setting values to 0). This example shows what that looks like.</p>
+
+</div>
+
+<div class="example newwindow">
+ <a href="cssreset-basic-example.html" target="_blank" class="button">
+ View Example in New Window
+ </a>
+</div>
+
+<h3>Note:</h3>
+<p>Because CSS examples are susceptible to other CSS on the page, this example is only available in a new window at the above link.</p>
+<script>
+
+<script>
+YUI.Env.Tests = {
+ examples: [],
+ project: '../assets',
+ assets: '../assets/cssreset',
+ name: 'cssreset-basic',
+ title: 'Global (Page-Level) Example',
+ newWindow: 'true',
+ auto: false
+};
+YUI.Env.Tests.examples.push('cssreset-basic');
+YUI.Env.Tests.examples.push('cssreset-context');
+
+</script>
+<script src="../assets/yui/test-runner.js"></script>
+
+
+</script></div>
+ </div>
+ </div>
+
+ <div class="yui3-u-1-4">
+ <div class="sidebar">
+
+
+
+ <div class="sidebox">
+ <div class="hd">
+ <h2 class="no-toc">Examples</h2>
+ </div>
+
+ <div class="bd">
+ <ul class="examples">
+
+
+ <li data-description="When CSS Reset is included in a page, it removes the browser-provided styling for HTML elements.">
+ <a href="cssreset-basic.html">Global (Page-Level) Example</a>
+ </li>
+
+
+
+ <li data-description="CSS Reset applied to a portion of a page based on the location of a class value.">
+ <a href="cssreset-context.html">Contextual Example</a>
+ </li>
+
+
+ </ul>
+ </div>
+ </div>
+
+
+
+ </div>
+ </div>
+ </div>
+</div>
+
+<script src="../assets/vendor/prettify/prettify-min.js"></script>
+<script>prettyPrint();</script>
+
+<script>
+YUI.Env.Tests = {
+ examples: [],
+ project: '../assets',
+ assets: '../assets/cssreset',
+ name: 'cssreset-basic',
+ title: 'Global (Page-Level) Example',
+ newWindow: 'true',
+ auto: false
+};
+YUI.Env.Tests.examples.push('cssreset-basic');
+YUI.Env.Tests.examples.push('cssreset-context');
+
+</script>
+<script src="../assets/yui/test-runner.js"></script>
+
+
+
+</body>
+</html>