Re: [CentOS-docs] [artwork] Image for external links

2008-11-03 Thread Ralph Angenendt
Dag Wieers wrote:
 Also I have noticed the image (colorful globe) and the link behind it to  
 be broken in 2 lines. So it would be better to have a somthing like a 
 nobr between the image and the link.

 I see this in the Download table for the Release Email/Release Notes  
 column:
   http://wiki.centos.org/Download

Why did you use an http link in there instead of using a relative link
into the wiki? Okay, then you would have one nothing, one globe, but
...

Let me change it and see how it looks like.

Cheers,

Ralph


pgpxsJSO8wfhl.pgp
Description: PGP signature
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] [artwork] Image for external links

2008-11-03 Thread Ralph Angenendt
Ralph Angenendt wrote:
 Why did you use an http link in there instead of using a relative link
 into the wiki? Okay, then you would have one nothing, one globe, but
 ...
 
 Let me change it and see how it looks like.

Okay, that only works for release notes from 4 and 5 :)

Cheers,

Ralph


pgpa5hCcAVTeW.pgp
Description: PGP signature
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] [artwork] Image for external links

2008-11-03 Thread Ralph Angenendt
Ralph Angenendt wrote:
 Ralph Angenendt wrote:
  Why did you use an http link in there instead of using a relative link
  into the wiki? Okay, then you would have one nothing, one globe, but
  ...
  
  Let me change it and see how it looks like.
 
 Okay, that only works for release notes from 4 and 5 :)

And even if you put nbsp; into the header lines of that table it breaks
at strange points. Bloody wiki software ...

Cheers,

Ralph


pgpz8DeZM0jNs.pgp
Description: PGP signature
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] [artwork] Image for external links

2008-11-03 Thread Ralph Angenendt
Ralph Angenendt wrote:
 And even if you put nbsp; into the header lines of that table it breaks
 at strange points. Bloody wiki software ...

What do they say about people speaking to themselves? Well, at list you
all listen now: Fixed.

Alain - can you incorporate the diff into modern-CentOS? 

Cheers,

Ralph

PS: That fixes the wrapping problem, not the icon per se.
--- common.css.orig 2008-11-03 14:09:05.0 +
+++ common.css  2008-11-03 14:09:16.0 +
@@ -23,19 +23,19 @@
 
 /* Links */
 
-a.www:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
-a.http:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
-a.https:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
-a.file:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
-a.ftp:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
-a.nntp:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
-a.news:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
-a.telnet:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
-a.irc:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
-a.mailto:before {content: url(../img/moin-email.png); margin: 0 0.2em;}
-a.attachment:before {content: url(../img/moin-attach.png); margin: 0 0.2em;}
-a.badinterwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}
-a.interwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}
+a.www:before {white-space:nowrap; content: url(../img/moin-www.png); margin: 0 
0.2em;}
+a.http:before {white-space:nowrap; content: url(../img/moin-www.png); margin: 
0 0.2em;}
+a.https:before {white-space:nowrap; content: url(../img/moin-www.png); margin: 
0 0.2em;}
+a.file:before {white-space:nowrap; content: url(../img/moin-ftp.png); margin: 
0 0.2em;}
+a.ftp:before {white-space:nowrap; content: url(../img/moin-ftp.png); margin: 0 
0.2em;}
+a.nntp:before {white-space:nowrap; content: url(../img/moin-news.png); margin: 
0 0.2em;}
+a.news:before {white-space:nowrap; content: url(../img/moin-news.png); margin: 
0 0.2em;}
+a.telnet:before {white-space:nowrap; content: url(../img/moin-telnet.png); 
margin: 0 0.2em;}
+a.irc:before {white-space:nowrap; content: url(../img/moin-telnet.png); 
margin: 0 0.2em;}
+a.mailto:before {white-space:nowrap; content: url(../img/moin-email.png); 
margin: 0 0.2em;}
+a.attachment:before {white-space:nowrap; content: url(../img/moin-attach.png); 
margin: 0 0.2em;}
+a.badinterwiki:before {white-space:nowrap; content: 
url(../img/moin-inter.png); margin: 0 0.2em;}
+a.interwiki:before {white-space:nowrap; content: url(../img/moin-inter.png); 
margin: 0 0.2em;}
 
 li p {
margin: .25em 0;


pgpD3mgACZucR.pgp
Description: PGP signature
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] [artwork] Image for external links

2008-11-03 Thread Alain Reguera Delgado
On 11/3/08, Ralph Angenendt [EMAIL PROTECTED] wrote:
 Ralph Angenendt wrote:
 And even if you put nbsp; into the header lines of that table it breaks
 at strange points. Bloody wiki software ...

 What do they say about people speaking to themselves? Well, at list you
 all listen now: Fixed.

 Alain - can you incorporate the diff into modern-CentOS?

Sure ... I'll take a look on it to night.


 PS: That fixes the wrapping problem, not the icon per se.


We keep the moin globe icon before links or use the trac's one ?

Cheers,
al
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] [artwork] Image for external links

2008-11-03 Thread Ralph Angenendt
Alain Reguera Delgado wrote:
  PS: That fixes the wrapping problem, not the icon per se.
 
 
 We keep the moin globe icon before links or use the trac's one ?

No, we can use the trac one - this was just a hot fix I did.

Cheers,

Ralph


pgpdX5PsxYyFg.pgp
Description: PGP signature
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] [artwork] Image for external links

2008-11-03 Thread Dag Wieers

On Sun, 2 Nov 2008, Dag Wieers wrote:

Can we use the same image for external links on the wiki as we are using for 
Trac ? It is much less obtrusive in pieces of text.


A gray box with arrow instead of a colorful globe.


Also I have noticed the image (colorful globe) and the link behind it to 
be broken in 2 lines. So it would be better to have a somthing like 
a nobr between the image and the link.


I see this in the Download table for the Release Email/Release Notes 
column:

http://wiki.centos.org/Download

--
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] [artwork] Image for external links

2008-11-03 Thread Dag Wieers

On Mon, 3 Nov 2008, Ralph Angenendt wrote:


Dag Wieers wrote:

Also I have noticed the image (colorful globe) and the link behind it to
be broken in 2 lines. So it would be better to have a somthing like a
nobr between the image and the link.

I see this in the Download table for the Release Email/Release Notes
column:
http://wiki.centos.org/Download


Why did you use an http link in there instead of using a relative link
into the wiki? Okay, then you would have one nothing, one globe, but
...


Good catch. I guess I just entered all the URLs I found with Google and 
did not make the distinction between the external and internal.


But it was more about the principle of the problem than the example, 
really. I have seen the same problem on other pages and the colorful globe 
is very distracting when reading. Something more subtle like the icon from 
Trac is more appropriate IMO.


--
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] [artwork] Image for external links

2008-11-03 Thread Dag Wieers

On Mon, 3 Nov 2008, Dag Wieers wrote:


On Mon, 3 Nov 2008, Ralph Angenendt wrote:


 Dag Wieers wrote:
  Also I have noticed the image (colorful globe) and the link behind it to
  be broken in 2 lines. So it would be better to have a somthing like a
  nobr between the image and the link.
 
  I see this in the Download table for the Release Email/Release Notes

  column:
   http://wiki.centos.org/Download

 Why did you use an http link in there instead of using a relative link
 into the wiki? Okay, then you would have one nothing, one globe, but
 ...


Good catch. I guess I just entered all the URLs I found with Google and did 
not make the distinction between the external and internal.


But it was more about the principle of the problem than the example, really. 
I have seen the same problem on other pages and the colorful globe is very 
distracting when reading. Something more subtle like the icon from Trac is 
more appropriate IMO.


Ok, forget it. I need to learn to read first _all_ mails and then go back 
to then ones that I wanted to answer. Sigh :)


--
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


[CentOS-docs] [artwork] Image for external links

2008-11-02 Thread Dag Wieers

Hi,

Can we use the same image for external links on the wiki as we are using 
for Trac ? It is much less obtrusive in pieces of text.


A gray box with arrow instead of a colorful globe.

--
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs