blob: 87aa48b7ad1da9c099fa7d3139319e52272891f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
non-netscape.css - CSS that is hidden from NS 4.x
$Id: non-netscape.css,v 1.1 2001-08-28 00:35:56 link Exp $
*/
p.navbar {
float: right;
text-align: right;
}
.nsnote {
display: none;
}
|