r1121 - trunk/tests/static
Author: scottjehl
Date: Fri Dec 12 09:54:53 2008
New Revision: 1121
Modified:
trunk/tests/static/highlight_error.html
Log:
more demo content cleanup - no markup changes of note
Modified: trunk/tests/static/highlight_error.html
==============================================================================
--- trunk/tests/static/highlight_error.html (original)
+++ trunk/tests/static/highlight_error.html Fri Dec 12 09:54:53 2008
@@ -20,18 +20,17 @@
</head>
<body>
-
-<div class="ui-state-error ui-corner-all" style="width: 420px;">
- <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.
+<div class="ui-widget">
+ <div class="ui-state-error ui-corner-all">
+ <span class="ui-icon ui-icon-alert" style="float: left;
margin-right: .5em;"></span>
+ <strong>Alert:</strong> Sample ui-state-error style.
+ </div>
+
+
+ <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px">
+ <span class="ui-icon ui-icon-info" style="float: left;
margin-right: .5em;"></span>
+ <strong>Tip!</strong> Sample ui-state-highlight style.
+ </div>
</div>
-
-
-<div class="ui-state-highlight ui-corner-all" style="width: 420px;">
- <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.
-</div>
-
-
</body>
</html>