ndarville / pony-forum

A modern alternative to ancient forum CMSes like vBulletin and PHPBB in Python on Django. (Alpha stage.) (NB: dotCloud have since removed their free Sandbox tier.)
http://pony-forum.com
26 stars 7 forks source link

Centre pre tags #120

Closed ndarville closed 11 years ago

ndarville commented 11 years ago

Perhaps pre tags shouldn’t be centred. Maybe it’s enough to just keep them from being at a full ≈ 100 % width. One way to accomplish that is by making them inline-block.

ndarville commented 11 years ago

I changed the display to inline-block, but I think I’ll leave it at that; it is probably better if the pre tags align.