CSS bug in Tikipedia Posted by YT on Wed 09 of Aug, 2006 22:18 GMT-0000 posts: 1 Hi, There's a big no-no in tikipedia.css that could cause problems, and actually cost me the entire morning. The following line //* Menus */ should be /* Menus */ What happens is it comments out the next command. I verified this on both MSIE and Firefox. YT
Posted by Gary Cunningham-Lee on Fri 11 of Aug, 2006 01:37 GMT-0000 posts: 254 Thanks for noticing that. Sorry about your lost morning. 😉 The affected selector is "div.separator", which doesn't have any properties in the Tikipedia theme, so I didn't notice the problem, and people won't have a problem unless they want to assign a property to div.separator and wonder why it isn't being effective. If anyone has had a problem with styling div.separator, or with another selector that they moved to just under "//* Menues */" this would be the reason. I'll delete the extra slash in the Tikipedia files. -- Gary