equal
deleted
inserted
replaced
|
1 div.nicetitle { |
|
2 position: absolute; |
|
3 padding: 4px; |
|
4 top: 0px; |
|
5 left: 0px; |
|
6 color: white; |
|
7 font-size: 10px; |
|
8 font-family: Verdana, Helvetica, Arial, sans-serif; |
|
9 width: 25em; |
|
10 font-weight: bold; |
|
11 background: url(ntbg.png); |
|
12 z-index:1; |
|
13 |
|
14 /* Mozilla proprietary */ |
|
15 -moz-border-radius: 0px; |
|
16 } |
|
17 div.nicetitle p { |
|
18 margin: 0; padding: 0 3px; |
|
19 } |
|
20 div.nicetitle p.destination { |
|
21 font-size: 8px; |
|
22 text-align: left; |
|
23 padding-top: 3px; |
|
24 /*visibility: hidden;*/ |
|
25 } |