Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86627 - Add <pre> style to Planet Gentoo
Summary: Add <pre> style to Planet Gentoo
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Planet (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Daniel Drake (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 02:21 UTC by Mike Gardiner (RETIRED)
Modified: 2005-06-13 15:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gardiner (RETIRED) gentoo-dev 2005-03-25 02:21:16 UTC
Is there any chance we could get a noticeable style applied to <pre> elements, as I imagine some of us'll be adding code snippets, or ebuilding commands.

Purely as an example, the <pre> section in http://dev.gentoo.org/~obz/archives/2005-03-23T16_44_43.html shows that it's an example, with a border and a different colour background.
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2005-06-13 15:21:08 UTC
I've just added a simple style.

pre {
        border-left: 2px double grey;
}