in reply to Re^6: More CSS-friendly formatting on PerlMonks? (no PRE)
in thread More CSS-friendly formatting on PerlMonks?
Then maybe "display: block" is how people are doing blockish display of code blocks already. I just know I've seen several people do it. I didn't look how they did it. So it probably isn't that there are any "broken" browsers, just difference in what people are trying with CSS.
For example, thepen uses this:
- tyett.code { background-color: #FFFFCC; border: thin black solid; padding: 10px; color: black; display: block; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: More CSS-friendly formatting on PerlMonks? (block)
by Aristotle (Chancellor) on May 02, 2003 at 15:01 UTC |