Sha256: 01e270451c86153f2d6b5113cb3ec91ba23df8cc2fb35a39af098561436ff4fc
Contents?: true
Size: 603 Bytes
Versions: 43
Compression:
Stored size: 603 Bytes
Contents
// Rules for custom styles in CloudCannon. // Must have both 1-element and 1-class selector. // Must be fully-expanded (not compressed) CSS file img.float-image-left { float: left; max-width: 100%; height: auto; margin: 10px; } img.float-image-right { float: right; max-width: 100%; height: auto; margin: 10px; } img.no-float { float: none; } img.center-image { margin-left: auto; margin-right: auto; max-width: 100%; height: auto; margin: 10px; } p.align-left { text-align: left; } p.align-right { text-align: right; } p.center-this-text { text-align: center; }
Version data entries
43 entries across 43 versions & 1 rubygems