summaryrefslogtreecommitdiff
blob: a5fe7e474bb6442c2b8e367c5be6a99ae6cf6c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version='1.0'?>
<!DOCTYPE news SYSTEM "/dtd/guide.dtd">
<news gentoo="yes" category="gentoo">

<poster>Xavier Neys</poster>
<date>2005-04-08</date>

<title>Cosmetic changes to www.gentoo.org</title>
<summary>
As you might already have noticed, the appearance of <uri
link="http://www.gentoo.org">www.gentoo.org</uri> has been slightly modified.
We hope that those changes will help make our site more readable.
</summary>

<body>
<p>
Some users have been complaining for a while that <uri>http://www.gentoo.org</uri> is not always as readable as they expect, the most annoying issue being that the fonts used on our site are ugly and too small. Code samples could be particularly hard to read indeed. Our stylesheet now specifies the font family as well as font names<!--, and uses a font size of <c>1em</c> or nearer. This allows your browser to use the default font and size <e>you</e> have chosen. This should fix <uri link="http://bugs.gentoo.org/show_bug.cgi?id=47104">bug #47104</uri>-->.
</p>
<p>Here is a rundown of changes:</p>
<ul>
<li>
The logo in the top-left corner is now a single image instead of a table with two different pictures.
</li>
<li>
The main menu uses a slightly brighter colour, has more space between lines and has a link to <uri link="http://planet.gentoo.org">Planet Gentoo</uri>.
</li>
<li>
Text is justified and flows under the icon on the main page and on news pages.
</li>
<li>
The thin black horizontal line in the right-hand column is now a simple border attribute, replacing yet another picture.
</li>
<li>
On newsitem pages, the "Posted on &lt;date&gt; by &lt;author&gt;" is now displayed in white as on the main page. It used to be black on blue.
</li>
<li>
Mozilla should not use the quirks mode anymore, fixing <uri link="http://bugs.gentoo.org/show_bug.cgi?id=76499">bug #76499</uri>.
</li>
<li>
Links from a printable page (with <e>?style=printable</e> appended to its url) keep their printable status allowing users to browse in printable mode. This has been requested by visually-impaired users who have to enlarge font significantly. The printer-friendly pages are more suitable to them. This should fix <uri link="http://bugs.gentoo.org/show_bug.cgi?id=82199">bug #82199</uri>.
</li>
<li>
Wide code samples caused a horizontal scrollbar to appear and pushed the right-hand column off screen. An <c>overflow:auto</c> attribute has been added and browsers that support it will show a horizontal scrollbar inside each wide code sample. Please note that some browsers will ignore this attribute. A good example is our <uri link="/doc/en/gentoo-x86-quickinstall.xml">x86 Quick Install Guide</uri>.
</li>
<li>
Opera users have complained that some pages had a narrow content page and an insanely wide right-hand column. The fix closes <uri link="http://bugs.gentoo.org/show_bug.cgi?id=84749">bug #84749</uri>.
</li>
<li>
Some minor cosmetic changes that only a keen eye can notice.
</li>
</ul>

<p>
If those changes created havoc in your favourite browser, do file a bug in our <uri link="http://bugs.gentoo.org/">bug reporting system</uri>. Please try to give as many details as possible about the platform, browser, resolution, default font and size you are using. A snapshot showing the issue might be useful as well.
</p>

</body>
</news>