generators/wysihat/templates/sass/wysihat.sass in bcalloway-wysihat-engine-0.1.9 vs generators/wysihat/templates/sass/wysihat.sass in bcalloway-wysihat-engine-0.1.10

- old
+ new

@@ -15,10 +15,19 @@ background-image: url('../images/icons/exclamation.png') .bold background-image: url('../images/icons/text_bold.png') + .h1 + background-image: url('../images/icons/text_heading_1.png') + + .h2 + background-image: url('../images/icons/text_heading_2.png') + + .h3 + background-image: url('../images/icons/text_heading_3.png') + .italic background-image: url('../images/icons/text_italic.png') .underline background-image: url('../images/icons/text_underline.png') @@ -50,9 +59,12 @@ .link background-image: url('../images/icons/link.png') .image background-image: url('../images/icons/image.png') + + .file + background-image: url('../images/icons/file.png') .html background-image: url('../images/icons/page_code.png')