Sha256: dcc8ef70b3b73f27bf94ad407901a40bb3b367cb6543f968c78daebb2523d52e
Contents?: true
Size: 575 Bytes
Versions: 5
Compression:
Stored size: 575 Bytes
Contents
/** * Aloha CSS reset. * Original by Eric Meyer. Modified for use in Aloha. * Every element used in the Aloha Editor UI should have a an appropriate reset here. */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ .aloha div, .aloha span, .aloha button, .aloha a, .aloha img, .aloha ol, .aloha ul, .aloha li, .aloha label { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ .aloha ol, .aloha ul { list-style: none; }
Version data entries
5 entries across 5 versions & 3 rubygems