Sha256: 93a7dd51a0624fb44aa43b1aacf25648f4e2b0972f52a15453a125e4221de1c5
Contents?: true
Size: 442 Bytes
Versions: 4
Compression:
Stored size: 442 Bytes
Contents
/* * Boxes */ .box { background-color: inherit; color: inherit; font-weight: inherit; font-size: inherit; border: 1px solid #ccc; margin: 1em 0; padding: 1em 1em 0 1em; box-shadow: 2px 2px 2px 0 #f2f2f2; } p.box { padding-bottom: 1em; text-indent: 0; } .box h1, .box h2, .box h3, .box h4, .box h5, .box h6 { margin-top: 0; } .box dl:first-of-type { /* Definition lists inside a box */ margin-top: 0; }
Version data entries
4 entries across 4 versions & 1 rubygems