"Shall I search for a CSS selector for classes "n", "p" and so on?"
Yes. If one PRE tag surrounds all those instances of CODE tags, then the problem may be that the classes referred to in the CODE tags may be forcing the default inline CODE snippets to display as block elements—which is definitely not what you want. Perhaps look for "display: block" declarations and delete them.
|