Show
Ignore:
Timestamp:
01/12/06 11:54:23 (3 years ago)
Author:
wrobell
Message:

- do not copy diagrams into html without their directory hierarchy
- convert into png using svg2png instead of rsvg
- keep svg files with manual
- list of examples css stylesheets improvements
- save some of diagrams with new version of gaphor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gaphor-doc/css/all.css

    r379 r742  
    1515a:hover, 
    1616.toc dl a:hover, 
    17 .list-of-figures dl a:hover { 
     17.list-of-figures dl a:hover, 
     18.list-of-examples dl a:hover { 
    1819    color: #000; 
    1920} 
     
    5152/* Table of Contents */ 
    5253.toc, 
    53 .list-of-figures { 
     54.list-of-figures, 
     55.list-of-examples { 
    5456    background: #eeeeee; 
    5557    border: solid 1px #aaaaaa; 
     
    5860 
    5961.toc dl, 
    60 .list-of-figures dl { 
     62.list-of-figures dl, 
     63.list-of-examples dl { 
    6164    margin-left: 3em; 
    6265} 
     
    6770 
    6871.toc dl a, 
    69 .list-of-figures dl a { 
     72.list-of-figures dl a, 
     73.list-of-examples dl a { 
    7074    text-decoration: none; 
    7175    color: #324359;