Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34227 - CSS adjustment for Opera browser
Summary: CSS adjustment for Opera browser
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-23 15:49 UTC by Camille Huot (RETIRED)
Modified: 2011-10-30 23:15 UTC (History)
1 user (show)

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


Attachments
opera-style.png (opera-style.png,39.60 KB, image/png)
2003-11-23 15:52 UTC, Camille Huot (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Camille Huot (RETIRED) gentoo-dev 2003-11-23 15:49:02 UTC
I've noticed that with the Opera browser, some HTML block doesn't render as expected. It is the case of all <pre>, <note>, <impo>, <warn> in the docs for example.

The opera default style for this kind of HTML code is to add a margin between the top border of the block and the text.

There is a little precision to add to the style file (/css/main.css) to correct this bug:

PRE, P {
  margin-top: 0;
}
Comment 1 Camille Huot (RETIRED) gentoo-dev 2003-11-23 15:52:25 UTC
Created attachment 21185 [details]
opera-style.png

The current rendering of <pre> and <note> blocks with opera.
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2003-11-25 10:57:54 UTC
Another adjustement would be to remove the font-size from the code class (rendering by firebird for <c> in <note> is unreadable otherwise).
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2003-12-06 10:18:43 UTC
Okay, change committed.