mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-07-09 02:26:23 +00:00
7 lines
191 B
CSS
7 lines
191 B
CSS
/* Squash the list for NN4 (and cover an IE6 bug with "outside") */
|
|
|
|
#navbar ul { display: inline }
|
|
#navbar li { list-style: none outside; display: inline }
|
|
|
|
a { text-decoration: underline }
|