Sha256: 8ad47e9ee4c7e7c3a71faf555038034d9de15cf0ac077dbf0481c49155c2a6f9

Contents?: true

Size: 645 Bytes

Versions: 5

Compression:

Stored size: 645 Bytes

Contents

.tree{
  * {
    margin: 0; padding: 0;
    list-style:none;
  }

  ol{

    margin: 0; padding: 0;
    list-style:none;

    &.nested_set {
      list-style:none;
      font-size: 16px;

      li{
        font-size: 0.9em;
        line-height: 130%;
        margin-bottom: 5px;
        font-weight: bold;
        list-style:none;
        list-style-position: outside;
      }

      ol{
        border-left: 1px dashed #AAA;
        padding-left: 10px;
        margin-left: 15px;
        margin-top: 5px;

        li{ font-weight: normal; }
      }

      a:hover { color: #003A89 !important; }
      a:visited { color: #809dc4; }  
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
the_sortable_tree-1.9.4 app/assets/stylesheets/tree.css.scss
the_sortable_tree-1.9.3 app/assets/stylesheets/tree.css.scss
the_sortable_tree-1.9.2 app/assets/stylesheets/tree.css.scss
the_sortable_tree-1.9.1 app/assets/stylesheets/tree.css.scss
the_sortable_tree-1.9.0 app/assets/stylesheets/tree.css.scss