View Single Post
  #9  
Old October 12th, 2011, 22:42
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Member
 
Join Date: Nov 2008
Location: Eindhoven, Netherlands
Posts: 794
Thanks: 19
Thanked 123 Times in 93 Posts
Default

While we're on the subject of tags & CSS, the [cmd] tag doesn't work correctly either, it enters a new line where it shoudn't.

Example: # ls (This is all a single line, press quote to see).

This makes no sense, how is this different from [code]? The idea behind [cmd] was that you could easily highlight shell commands inline.

Change the display: inline-block; to display: inline; and it should be fine.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote