Re: (Another) UI breakage request for Yelp

2007-09-06 Thread Frederic Crozat
Le mercredi 05 septembre 2007 à 21:41 +0200, Andre Klapper a écrit :
> hi,
> 
> Am Mittwoch, den 05.09.2007, 20:15 +0100 schrieb Don Scorgie:
> > The Yelp TOC, man pages and info pages currently do not support theming.
> > This was an oversight on my part.  I updated the docbook xslt to new
> > g-d-u hotness but forgot to update the info, man and TOC xslt.  Man and
> > info pages are unaffected by this (they don't use the theme settings for
> > anything implemented).  The affected area is the TOC.  The attached
> > patch makes the TOC use the theme settings again (for link colour and
> > the nice border around the section name).
> > 
> > Once more, I'll note that any affected screenshots are already outdated
> > and without this, the TOC may break under certain themes (high contrast
> > inverse) and (either way) looks somewhat out-of-place.
> 
> heh, now you know what to write, eh? ;-)
> because the toc may break and the screenshots are already outdated, this
> is a 1 out of 2 approval.

Approval 2 of 2.

-- 
Frederic Crozat <[EMAIL PROTECTED]>
Mandriva

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: (Another) UI breakage request for Yelp

2007-09-05 Thread Andre Klapper
hi,

Am Mittwoch, den 05.09.2007, 20:15 +0100 schrieb Don Scorgie:
> The Yelp TOC, man pages and info pages currently do not support theming.
> This was an oversight on my part.  I updated the docbook xslt to new
> g-d-u hotness but forgot to update the info, man and TOC xslt.  Man and
> info pages are unaffected by this (they don't use the theme settings for
> anything implemented).  The affected area is the TOC.  The attached
> patch makes the TOC use the theme settings again (for link colour and
> the nice border around the section name).
> 
> Once more, I'll note that any affected screenshots are already outdated
> and without this, the TOC may break under certain themes (high contrast
> inverse) and (either way) looks somewhat out-of-place.

heh, now you know what to write, eh? ;-)
because the toc may break and the screenshots are already outdated, this
is a 1 out of 2 approval.

note however that it's getting late in the 2.19 cycle, so be quick. :-)

andre

-- 
 mailto:[EMAIL PROTECTED] | failed
 http://www.iomc.de/


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list

(Another) UI breakage request for Yelp

2007-09-05 Thread Don Scorgie
Hi,

The Yelp TOC, man pages and info pages currently do not support theming.
This was an oversight on my part.  I updated the docbook xslt to new
g-d-u hotness but forgot to update the info, man and TOC xslt.  Man and
info pages are unaffected by this (they don't use the theme settings for
anything implemented).  The affected area is the TOC.  The attached
patch makes the TOC use the theme settings again (for link colour and
the nice border around the section name).

Once more, I'll note that any affected screenshots are already outdated
and without this, the TOC may break under certain themes (high contrast
inverse) and (either way) looks somewhat out-of-place.

Thanks
Don
Index: stylesheets/toc2html.xsl
===
--- stylesheets/toc2html.xsl	(revision 2924)
+++ stylesheets/toc2html.xsl	(working copy)
@@ -8,25 +8,19 @@
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 
   
@@ -51,11 +45,11 @@
   padding-bottom: 0.2em;
   -moz-border-radius: 6px;
   border: solid 1px 
-  ;
+  ;
   background-color: 
-  ;
+  ;
   color: 
-  ;
+  ;
 }
 h1 img {
   position: absolute;
@@ -63,7 +57,7 @@
   right: 18px;
 }
 	h2 h3 {
-  color: ;
+  color: ;
 	}
 div[class~="body"] { }
 div[class~="leftbar"] {
@@ -105,8 +99,8 @@
   padding-left: 1em;
   padding-right: 1em;
   margin-right: 12px;
-  background-color: ;
-  color: ;
+  background-color: ;
+  color: ;
   -moz-border-radius: 8px;
 }
 ul { margin-left: 0em; padding-left: 0em; }
@@ -134,7 +128,7 @@
 dl { margin-left: 0em; padding-left: 0em; }
 dt { font-size: 1.2em; margin-top: 1em; }
 dd { margin-left: 1em; margin-top: 0.5em; }
-a { text-decoration: none; color: ; }
+a { text-decoration: none; color: ; }
 a:hover { text-decoration: underline; }
 
   
Index: stylesheets/info2html.xsl
===
--- stylesheets/info2html.xsl	(revision 2924)
+++ stylesheets/info2html.xsl	(working copy)
@@ -16,25 +16,19 @@
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 
   
@@ -96,7 +90,7 @@
 h3 { font-size: 1.2em; font-weight: bold; }
 
 h1, h2, h3, h4, h5, h6, h7 { color: 
-; }
+; }
 
 body { margin: 0em; padding: 0em; }
 pre[class~="body"] {
Index: stylesheets/man2html.xsl
===
--- stylesheets/man2html.xsl	(revision 2924)
+++ stylesheets/man2html.xsl	(working copy)
@@ -23,25 +23,19 @@
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 
   
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list