Bug 218431 - Browser start-page header defect in high resolutions
Summary: Browser start-page header defect in high resolutions
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora Documentation
Classification: Fedora
Component: release-notes
Version: devel
Hardware: x86_64
OS: Linux
medium
low
Target Milestone: ---
Assignee: Release Notes Tracker
QA Contact: Karsten Wade
URL:
Whiteboard:
Depends On:
Blocks: fc7-relnotes-traqr
TreeView+ depends on / blocked
 
Reported: 2006-12-05 10:52 UTC by David Nielsen
Modified: 2007-04-18 17:54 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-12-15 20:54:39 UTC
Embargoed:


Attachments (Terms of Use)
screenshot displaying the glitz (191.76 KB, image/png)
2006-12-05 10:52 UTC, David Nielsen
no flags Details

Description David Nielsen 2006-12-05 10:52:29 UTC
Description of problem:
The blue border on the default index.html page used in Epiphany is offset making
it look slightly odd - see the attached screenshot

Version-Release number of selected component (if applicable):
fedora-release-notes-6-3

How reproducible:
100%

Steps to Reproduce:
1. Open Epiphany
2. Scream in terror (optional)
  
Actual results:
Display as in screenshot

Expected results:
Correct offset

Additional info:
Display setting at 1680x1050

Comment 1 David Nielsen 2006-12-05 10:52:30 UTC
Created attachment 142819 [details]
screenshot displaying the glitz

Comment 2 Karsten Wade 2006-12-05 16:29:09 UTC
Adding Dimitris, the person who did the CSS/design for
/usr/share/doc/HTML/index.html.

Looking at the screenshot, it appears the strangeness is on the top border.

Setting this bug to block the F*7 release notes tracker, in case we don't get
this fixed in an update for FC6.

Comment 3 Dimitris Glezos 2006-12-15 20:54:39 UTC
The problem is the top blue gradient that is suddenly becoming blue towards the
right. The bug was that we had the background gradient repeating in the x-axis.
Fixed in CVS (both in the FC-6 and devel branches).

  -       background-repeat:      repeat-x;
  +       background-repeat:      no-repeat;


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