Changeset 742 for trunk/gaphor-doc/css
- Timestamp:
- 01/12/06 11:54:23 (3 years ago)
- Files:
-
- trunk/gaphor-doc/css/all.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gaphor-doc/css/all.css
r379 r742 15 15 a:hover, 16 16 .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 { 18 19 color: #000; 19 20 } … … 51 52 /* Table of Contents */ 52 53 .toc, 53 .list-of-figures { 54 .list-of-figures, 55 .list-of-examples { 54 56 background: #eeeeee; 55 57 border: solid 1px #aaaaaa; … … 58 60 59 61 .toc dl, 60 .list-of-figures dl { 62 .list-of-figures dl, 63 .list-of-examples dl { 61 64 margin-left: 3em; 62 65 } … … 67 70 68 71 .toc dl a, 69 .list-of-figures dl a { 72 .list-of-figures dl a, 73 .list-of-examples dl a { 70 74 text-decoration: none; 71 75 color: #324359;
