[drupal-devel] Drupal.org upgraded to CVS HEAD
FYI: I upgraded drupal.org to CVS HEAD (4.6.0 RC). -- Dries Buytaert :: http://www.buytaert.net/
On 05 Apr 2005, at 10:14, Dries Buytaert wrote:
FYI: I upgraded drupal.org to CVS HEAD (4.6.0 RC).
1. As can be seen on http://drupal.org/node/12347, some '<' and '>' are out of whack. 2. Bluebeach (drupal.org theme) needs to be updated because it uses HTML in tab-links. I applied a quick work-around. -- Dries Buytaert :: http://www.buytaert.net/
FYI: I upgraded drupal.org to CVS HEAD (4.6.0 RC).
1. As can be seen on http://drupal.org/node/12347, some '<' and '>' are out of whack.
2. Bluebeach (drupal.org theme) needs to be updated because it uses HTML in tab-links. I applied a quick work-around.
3. The tabbed menu items are now in the opposite order in which they should be (at the very top) Goba
Op Tuesday 05 April 2005 13:58, schreef Gabor Hojtsy:
3. The tabbed menu items are now in the opposite order in which they should be (at the very top)
That is because they are Floated to the right. Float:right reverses the order of the DOM of a list. Bèr -- | Bèr Kessels | webschuur.com | website development | | Turnhoutsebaan 34/3 | 2140 Antwerpen | België | | IM: ber@jabber.org.uk | MSN: berkessels@gmx.net | | pers: bler.webschuur.com | prof: www.webschuur.com | Regards, Bèr -- [ Bèr Kessels | Drupal services www.webschuur.com ]
3. The tabbed menu items are now in the opposite order in which they should be (at the very top)
That is because they are Floated to the right. Float:right reverses the order of the DOM of a list.
I know. They have been in the proper order (actually reversed in the HTML output) before. Maybe Dries 'fixed' this too, and now it is broken. Goba
On 05 Apr 2005, at 17:03, Gabor Hojtsy wrote:
3. The tabbed menu items are now in the opposite order in which they should be (at the very top) That is because they are Floated to the right. Float:right reverses the order of the DOM of a list.
I know. They have been in the proper order (actually reversed in the HTML output) before. Maybe Dries 'fixed' this too, and now it is broken.
The PHPtemplate upgrade wiped the existing links so I had to enter them again. I'll revert the order of the links in the (new) configuration screen. -- Dries Buytaert :: http://www.buytaert.net/
participants (3)
-
Bèr Kessels -
Dries Buytaert -
Gabor Hojtsy