// ------------------------------------------------------------------- // // Lists // ------------------------------------------------------------------- // // Remove vertical spacing from nested lists // ------------------------------------------------------------------- // li{ > ul, > ol{ margin-bottom: 0; } } // ------------------------------------------------------------------- // // Enjoy numbered lists without the semantics implied by `ol` // ------------------------------------------------------------------- // /*ul*/%numbered-list{ list-style-type: decimal; }