Sha256: 7a68ecac4ddcbe1c2aa3b3114a82dd433bd36d079bb2d05c66647de3d79e36ca
Contents?: true
Size: 489 Bytes
Versions: 23
Compression:
Stored size: 489 Bytes
Contents
/*! * jQuery UI Accordion 1.12.0 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/accordion/#theming */ .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: .5em .5em .5em .7em; font-size: 100%; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; }
Version data entries
23 entries across 23 versions & 1 rubygems