]> git.sesse.net Git - itkacl/blob - itkacl-web-1.0/web/itkacl.css
Release a new version of the Apache module, with the context support.
[itkacl] / itkacl-web-1.0 / web / itkacl.css
1 div.floatingtree {
2         float: right;
3         border-left: 1px solid navy;
4         padding-left: 1em;
5         margin-left: 1em;
6         margin-bottom: 1em;
7         min-height: 100%;
8         width: 17em;
9         background: white;
10 }
11 .tree {
12         font-family: ms sans serif, sans-serif;
13         font-size: 12px;
14 }
15 .tree img {
16         vertical-align: middle;
17         border: 0px;
18 }
19 .tree p {
20         margin-top: 0;
21         margin-bottom: 0;
22         padding-top: 0;
23         padding-bottom: 0;
24 }
25 .tree a:link, .tree a:visited {
26         text-decoration: underline;
27         color: navy;
28 }
29 .tree a:hover {
30         text-decoration: none;
31 }
32
33 img {
34         border:0;
35 }
36