Sha256: e644be8cd3d7fd497a559869e558e7265f1a33cb0e2523dbd2a6378b331fa140
Contents?: true
Size: 499 Bytes
Versions: 4
Compression:
Stored size: 499 Bytes
Contents
/* * Bibliographies set as lists (similar in appearance to lines of verse set as a list with indented runovers */ .bibliography { text-indent: 0; margin: $line-height-default 0; } .bibliography + p { text-indent: 0; /* Paragraphs after bibliographies should be flush left */ } ul.bibliography { list-style-type: none; padding: 0; margin: $line-height-default 0; } ul.bibliography li { text-indent: $line-height-default * (-2); margin-left: $line-height-default * 2; }
Version data entries
4 entries across 4 versions & 1 rubygems