diff options
Diffstat (limited to 'htdocs/non-netscape.css')
-rw-r--r-- | htdocs/non-netscape.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/htdocs/non-netscape.css b/htdocs/non-netscape.css new file mode 100644 index 0000000..87aa48b --- /dev/null +++ b/htdocs/non-netscape.css @@ -0,0 +1,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; +} |