~bcsaller/juju-gui/update-reductions

« back to all changes in this revision

Viewing changes to lib/yui/docs/cssreset/cssreset-basic.html

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html lang="en">
3
 
<head>
4
 
    <meta charset="utf-8">
5
 
    <title>Example: Global (Page-Level) Example</title>
6
 
    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Maven+Pro:400,700">
7
 
    <link rel="stylesheet" href="../../build/cssgrids/grids-min.css">
8
 
    <link rel="stylesheet" href="../assets/css/main.css">
9
 
    <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
10
 
    <script src="../../build/yui/yui-min.js"></script>
11
 
</head>
12
 
<body>
13
 
 
14
 
<div id="doc">
15
 
    <h1>Example: Global (Page-Level) Example</h1>
16
 
 
17
 
    
18
 
 
19
 
    <div class="yui3-g">
20
 
        <div class="yui3-u-3-4">
21
 
            <div id="main">
22
 
                <div class="content"><div class="intro">
23
 
    <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>
24
 
 
25
 
</div>
26
 
 
27
 
<div class="example newwindow">
28
 
    <a href="cssreset-basic-example.html" target="_blank" class="button">
29
 
        View Example in New Window
30
 
    </a>
31
 
</div>
32
 
 
33
 
<h3>Note:</h3>
34
 
<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>
35
 
</div>
36
 
            </div>
37
 
        </div>
38
 
 
39
 
        <div class="yui3-u-1-4">
40
 
            <div class="sidebar">
41
 
                
42
 
 
43
 
                
44
 
                    <div class="sidebox">
45
 
                        <div class="hd">
46
 
                            <h2 class="no-toc">Examples</h2>
47
 
                        </div>
48
 
 
49
 
                        <div class="bd">
50
 
                            <ul class="examples">
51
 
                                
52
 
                                    
53
 
                                        <li data-description="When CSS Reset is included in a page, it removes the browser-provided styling for HTML elements.">
54
 
                                            <a href="cssreset-basic.html">Global (Page-Level) Example</a>
55
 
                                        </li>
56
 
                                    
57
 
                                
58
 
                                    
59
 
                                        <li data-description="CSS Reset applied to a portion of a page based on the location of a class value.">
60
 
                                            <a href="cssreset-context.html">Contextual Example</a>
61
 
                                        </li>
62
 
                                    
63
 
                                
64
 
                            </ul>
65
 
                        </div>
66
 
                    </div>
67
 
                
68
 
 
69
 
                
70
 
            </div>
71
 
        </div>
72
 
    </div>
73
 
</div>
74
 
 
75
 
<script src="../assets/vendor/prettify/prettify-min.js"></script>
76
 
<script>prettyPrint();</script>
77
 
 
78
 
</body>
79
 
</html>