Backed out changeset 7c687f24f72c
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri Oct 03 15:27:42 2008 +0200 (16 months ago)
changeset 143730ecf354823
parent 142 7c687f24f72c
child 144 5176b7194785
Backed out changeset 7c687f24f72c
nsnam.css
     1.1 --- a/nsnam.css	Tue Sep 23 16:34:35 2008 -0700
     1.2 +++ b/nsnam.css	Fri Oct 03 15:27:42 2008 +0200
     1.3 @@ -125,9 +125,32 @@
     1.4     color: #0047b9;
     1.5  }
     1.6  
     1.7 +#navbar dl {
     1.8 +   width: 146px;
     1.9 +   padding: 0;
    1.10 +   margin: 0 0 10px 0px;
    1.11 +   background: #99ffff url(images/box_bottom2.gif) no-repeat bottom left;
    1.12 +}
    1.13 +
    1.14 +#navbar dt {
    1.15 +   padding: 6px 10px;
    1.16 +   font-size: 100%;
    1.17 +   font-weight: bold;
    1.18 +   background: #009999;
    1.19 +   margin: 0px;
    1.20 +   border-bottom: 1px solid #fff;
    1.21 +   color: white;
    1.22 +   background: #009999 url(images/box_top2.gif) no-repeat top left;
    1.23 +}
    1.24 +
    1.25  #navbar dd {
    1.26     font-size: 100%;
    1.27     margin: 0 0 0 0px;
    1.28     padding: 6px 10px;
    1.29     color: #0047b9;
    1.30  }
    1.31 +
    1.32 +dd#selected {
    1.33 +   background: #99ffff url(images/arrow.gif) no-repeat;
    1.34 +   background-position: 4px 10px;
    1.35 +}