more demo content cleanup - no markup changes of note

This commit is contained in:
Scott Jehl 2008-12-12 17:54:53 +00:00
parent ffbd41e86f
commit e68e7ac9e5

View File

@ -20,18 +20,17 @@
</head> </head>
<body> <body>
<div class="ui-widget">
<div class="ui-state-error ui-corner-all" style="width: 420px;"> <div class="ui-state-error ui-corner-all">
<p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .5em;"></span> <p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .5em;"></span>
<strong>Alert:</strong> This is a sample ui-state-error style.</p> <strong>Alert:</strong> Sample ui-state-error style.</p>
</div>
<div class="ui-state-highlight ui-corner-all" style="margin-top: 20px">
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .5em;"></span>
<strong>Tip!</strong> Sample ui-state-highlight style.</p>
</div>
</div> </div>
<div class="ui-state-highlight ui-corner-all" style="width: 420px;">
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .5em;"></span>
<strong>Quick Tip!</strong> This is a sample ui-state-highlight style.</p>
</div>
</body> </body>
</html> </html>