demos/index.html in compass-ui-0.0.4 vs demos/index.html in compass-ui-0.0.5
- old
+ new
@@ -4,16 +4,16 @@
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title>Compass-UI</title>
- <link type="text/css" href="stylesheets/default.css" rel="stylesheet" />
+ <link type="text/css" href="stylesheets/default.css" rel="stylesheet" id="theme" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/demo.js"></script>
</head>
- <body class="ui-form">
+ <body class="ui-form formalize">
<div id="container">
<div id="header">
<h1>Compass-UI Theme Tests</h1>
</div>
<div id="sidebar">
@@ -21,26 +21,28 @@
Currently Showing:
<span>jQuery-UI Base Theme</span>
</h2>
<div id="toggle-css">
- <strong>Choose a theme to test:</strong>
+ <h3>Choose a Theme to Test:</h3>
<a href="#" rel="stylesheets/default.css"
data-summary="The jQuery UI Base Theme from Compass-UI">jQuery Base Theme</a>
+ <a href="#" rel="stylesheets/kindofblue.css"
+ data-summary="The Original Kind of Blue Theme developed with Compass-UI">Kind of Blue Theme</a>
<a href="#" rel="stylesheets/absolution.css"
data-summary="The Absolution Theme from Michaƫl Vanderheeren">Absolution Theme</a>
<a href="#" rel="stylesheets/smoothness.css"
data-summary="The Smoothness Theme from the jQuery UI Themeroller">Smoothness Theme</a>
<a href="#" rel="stylesheets/dot-luv.css"
data-summary="The gaudy Dot Luv Theme from the jQuery UI Themeroller">Dot Luv Theme</a>
<a href="#" rel="stylesheets/color-test.css"
data-summary="An external color test to demonstrate working with Compass-UI outside the gem itself">Color Test</a>
</div>
- <p>
- <strong>Resources:</strong>
+ <div>
+ <h3>Resources:</h3>
<a href="https://github.com/patrickward/compass-ui">Github Project</a>
- </p>
+ </div>
</div>
<div id="content">
<p>
Compass-UI is a jQuery UI theme builder for the Compass CSS authoring framework.