Title says it all--what I want is basically the same as what bluemarine had:

pre {
background-color: #eee;
padding: 0.75em 1.5em;
font-size: 12px;
border: 1px solid #ddd;
}

CommentFileSizeAuthor
#1 garland_pre.patch588 bytesseanbfuller

Comments

seanbfuller’s picture

StatusFileSize
new588 bytes

In order to not break the interface, I implemented this snippet from FriendsElectric:

pre {
  clear: both;
  overflow: auto;
  _overflow-y: hidden;
  background: #f8fbfc;
  margin: 0px;
  padding: 8px 5px 18px;
  min-height: 3em;
  width: 95%;
  border: 1px solid #bfd0d9;
}

Works great.

seanbfuller’s picture

Status: Active » Needs review

Forgot to mention that the above patch should add this. Needs review.

drumm’s picture

Version: 5.x-dev » 6.x-dev
catch’s picture

Status: Needs review » Needs work

There's currently no underscore hack used in garland, I'm not convinced it's a good idea to introduce it either (useful as it is sometimes), so marking as CNW.

pancho’s picture

Version: 6.x-dev » 7.x-dev

Moving feature requests to D7 queue.

Stefan Nagtegaal’s picture

Status: Needs work » Closed (works as designed)

The pre-tag is not a standard enabled tag, and so does not need to be part of the default theme.
This is "By design", If you think otherwise.. Feel free to re-open...