jquery-ui/tests/index.js
Alexander Schmitz 3188e1c40c Tests: Style updates
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00

11 lines
193 B
JavaScript

$( function() {
$( "#main" )
.addClass( "ui-widget" )
.find( "h1, h2" )
.addClass( "ui-widget-header ui-corner-top" )
.next()
.addClass( "ui-widget-content ui-corner-bottom" );
} );