Page MenuHomePhabricator

style="clear: both;" causing problems with customized skins
Closed, ResolvedPublic

Description

Author: ulrich

Description:
SMWOrderedListPage::getHTML(); returns an "<br style=\"clear:both;\"/>\n" which causes layout problems in customized skins different than monobook (e.g. ontoskin2 or smwforum). This break tag should have an id attribute, so this specific "clear: both;" can be overwritten by .css files.

Example:
"Pages using the web service" is moved below the menu. Removing this break-tag or changing it's style to "clear: none;" with firebug solves it.
http://smwforum.ontoprise.com/smwforum/index.php/WebService:RSSFeed


Version: unspecified
Severity: minor

Details

Reference
bz19128

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:38 PM
bzimport set Reference to bz19128.