Font sizing with em - what if base-size = 0?

alabimbimbim

New Member
To avoid the gap between to \[code\]li\[/code\] set to \[code\]display: inline-block\[/code\], I've set the font size of the \[code\]ul\[/code\] to 0. Hence the nature of em sizing, 0 is now passed as the base font-size for all \[code\]li\[/code\], which practically means that one can't see them. Is there any way to solve this problem without setting \[code\]font-size: 14px\[/code\] (for example) to the list items?
 
Back
Top