mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
more demo content cleanup - no markup changes of note
This commit is contained in:
parent
ffbd41e86f
commit
e68e7ac9e5
@ -20,18 +20,17 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="ui-widget">
|
||||
<div class="ui-state-error ui-corner-all">
|
||||
<p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .5em;"></span>
|
||||
<strong>Alert:</strong> Sample ui-state-error style.</p>
|
||||
</div>
|
||||
|
||||
<div class="ui-state-error ui-corner-all" style="width: 420px;">
|
||||
<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>
|
||||
|
||||
<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 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>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user