Sha256: 374fb13eac418a3939d14673c5b3f7648bcc5fc625bf3d7585e18688dfbc743e

Contents?: true

Size: 1.63 KB

Versions: 2

Compression:

Stored size: 1.63 KB

Contents

div.editor_toolbar
  a
    float: left
    width: 16px
    height: 16px
    margin: 5px
    background-repeat: no-repeat

  span
    display: none


.editor_toolbar
  .button
    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')

  .strikethrough
    background-image: url('../images/icons/text_strikethrough.png')

  .justifyleft
    background-image: url('../images/icons/text_align_left.png')

  .justifycenter
    background-image: url('../images/icons/text_align_center.png')

  .justifyright
    background-image: url('../images/icons/text_align_right.png')

  .undo
    background-image: url('../images/icons/arrow_undo.png')

  .redo
    background-image: url('../images/icons/arrow_redo.png')

  .insertorderedlist
    background-image: url('../images/icons/text_list_numbers.png')

  .insertunorderedlist
    background-image: url('../images/icons/text_list_bullets.png')

  .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')


iframe.editor
  border: 1px solid #999
  height: 400px
  width: 100%

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bcalloway-wysihat-engine-0.1.11 generators/wysihat/templates/sass/wysihat.sass
bcalloway-wysihat-engine-0.1.10 generators/wysihat/templates/sass/wysihat.sass