Bug 115991 - fedora css (stylesheet)
Summary: fedora css (stylesheet)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Web Site
Classification: Red Hat
Component: Other
Version: current
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Garrett LeSage
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-02-17 14:54 UTC by Tomas
Modified: 2007-04-18 17:03 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-27 04:26:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Tomas 2004-02-17 14:54:42 UTC
Description of problem:

css stylesheet (http://fedora.redhat.com/css/layout.css) for
http://fedora.redhat.com/ don't works as expected on mozilla/firefox
on windows 2000/xp platform

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Identified problem
---8<---
html*.fedora-corner-bl, html*.fedora-corner-br {
	/* Compensate for Opera's inability to position some things correctly
(Part 2) */
	top: 0px;
}
--->8---

was before (working)

.fedora-corner-bl, .fedora-corner-br {
	/* Compensate for Opera's inability to position some things correctly
(Part 2) */
	top: 0px;
}

Comment 1 Tomas 2004-02-17 15:00:41 UTC
Ok missed the most important - it's those nice corners in the bottom
of the content of the page... 

Comment 2 Tammy Fox 2004-02-17 15:21:57 UTC
Garrett, can you fix this?

Comment 3 Garrett LeSage 2004-02-25 05:21:31 UTC
Fix checked against multiple browsers and has been committed to CVS.

Comment 4 John Marshall 2004-02-25 12:43:56 UTC
FYI the positioning bug in question was in Opera 7.11; the bug was 
fixed in Opera 7.2x and those versions of Opera have been displaying 
the broken corners for a while now -- nice to see it fixed :-).  This 
shows up now in gecko browsers because Mozilla bug 224188 got fixed.

Comment 5 Tammy Fox 2004-02-25 16:15:50 UTC
Thanks Garrett. I'll push the new CSS file live today.

Comment 6 Tammy Fox 2004-02-27 04:26:19 UTC
This change should appear within 24 hours.


Note You need to log in before you can comment on or make changes to this bug.