Re: [php-gtk-webmaster] cvs: php-gtk-web /include shared-manual.inc
[email protected] ("Steph Fox") Thu, 13 Jul 2006 06:44:41 +0200
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <136301c6a637$0e7e7b20$6602a8c0@foxbox> |
ug... as I just wrote you, just the opposite. We don't need to reserve anything for docnav. ----- Original Message ----- From: "Christian Weiske" <[email protected]> To: <[email protected]> Sent: Thursday, July 13, 2006 6:45 AM Subject: [php-gtk-webmaster] cvs: php-gtk-web /include shared-manual.inc > cweiske Thu Jul 13 04:45:55 2006 UTC > > Modified files: > /php-gtk-web/include shared-manual.inc > Log: > Removing the <small> tag from the navbar and adding a id > for future use, since we don't need it for styles now > > > http://cvs.php.net/viewvc.cgi/php-gtk-web/include/shared-manual.inc?r1=1.74&r2=1.75&diff_format=u > Index: php-gtk-web/include/shared-manual.inc > diff -u php-gtk-web/include/shared-manual.inc:1.74 > php-gtk-web/include/shared-manual.inc:1.75 > --- php-gtk-web/include/shared-manual.inc:1.74 Tue Jul 11 08:10:16 2006 > +++ php-gtk-web/include/shared-manual.inc Thu Jul 13 04:45:55 2006 > @@ -61,7 +61,7 @@ > '<br /></td></tr>'; > } > > - $SIDEBAR_DATA.= '<tr valign="top"><td><small>'; > + $SIDEBAR_DATA.= '<tr valign="top"><td id="docnav">'; > > for ($i = 0; $i < count($TOC); $i++) { > list($url, $title, $type) = $TOC[$i]; > @@ -100,7 +100,7 @@ > make_link($url, make_image($img, $title) . $title ) . > '<br />'; > } > - $SIDEBAR_DATA.= '</small></td></tr>'; > + $SIDEBAR_DATA.= '</td></tr>'; > } > $SIDEBAR_DATA.= '</table></form>'; > } > > -- > PHP-GTK Webmaster Mailing List (http://gtk.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > __________ NOD32 1.1380 (20060125) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > >