Sha256: 7dc06e28d6029bfc0b978ccd9e73e4df6d7a75299ff7477d2f20902482528513

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 Bytes

Contents

.tree {
  width: 600px;
  
  ul {
   margin: 0;
   border-bottom: 1px solid #ccc; 
  }
  
  ul ul {
    margin-left: 20px;
    border-bottom: 0;
  }
  
  li {
   list-style:none;
   border-top: 1px solid #ccc;
   padding: 10px;
  }
  
  .tree_nav {
    float: right;
    
    a, span {
      padding: 0 4px;
    }
    
    span {
      color: #eee;
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
app_frame-0.6.1 app/assets/stylesheets/app_frame/_tree.scss
app_frame-0.5.8 app/assets/stylesheets/app_frame/_tree.scss
app_frame-0.5.7 app/assets/stylesheets/app_frame/_tree.scss
app_frame-0.5.6 app/assets/stylesheets/app_frame/_tree.scss
app_frame-0.5.5 app/assets/stylesheets/app_frame/_tree.scss