Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
First iteration of demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Mazzola committed Jun 30, 2011
1 parent 19e2288 commit e0320df
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 81 deletions.
2 changes: 1 addition & 1 deletion app/assets/_inline-block.scss
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Legacy support for inline-block in IE7 (maybe IE6) */ // Legacy support for inline-block in IE7 (maybe IE6)
@mixin inline-block { @mixin inline-block {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
Expand Down
39 changes: 39 additions & 0 deletions demo/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,8 +4,47 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="description" content="" /> <meta name="description" content="" />
<title>untitled</title> <title>untitled</title>
<link rel="stylesheet" href="stylesheets/mixins.css" type="text/css">
<link rel="stylesheet" href="stylesheets/demo.css" type="text/css">

</head> </head>


<section id="buttons">
<h2>Demo: button mixin</h2>

<section class="button-set simple">
<p>Simple</p>

<section>
<button class="default">This is my example button</button>
</section>

<section>
<button class="color-2">This is my example button</button>
</section>

<section>
<button class="color-3">This is my example button</button>
</section>
</section>

<section class="button-set shiny">
<p>Shiny</p>

<section>
<button class="default">This is my example button</button>
</section>

<section>
<button class="color-2">This is my example button</button>
</section>

<section>
<button class="color-3">This is my example button</button>
</section>
</section>
</section>

<body> <body>


</body> </body>
Expand Down
80 changes: 0 additions & 80 deletions demo/stylesheets/mixins.css

This file was deleted.

0 comments on commit e0320df

Please sign in to comment.