Ignore:
Timestamp:
Jan 29, 2010, 10:04:03 AM (14 years ago)
Author:
gav
Message:

Add css for static_tree in shared/_assetTree.gsp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r297 r304  
    572572/* Tree */
    573573
     574div.static_tree {
     575}
     576div.static_tree ul {
     577    list-style-type: none;
     578    padding-left: 15px;
     579}
     580div.static_tree li {
     581    background: url(../images/skin/ln.gif) 0px 0px no-repeat;
     582    padding-left: 20px;
     583    margin: 2px;
     584}
     585
    574586div.tree {
    575587}
     
    578590div.tree ul {
    579591    list-style-type: none;
     592    padding-left: 15px;
    580593}
    581594div.tree li {
Note: See TracChangeset for help on using the changeset viewer.