Change Log
See this section for an overview of what has changed from earlier releases.
Version 1.1.0
Features and Improvements
- Error color was made a few shades lighter for improved contrast to regular text.
- Link icons now work within link lists even if you wrap the link in another element.
Before, structures such as
ul.icon-arrow > li > div > a
would not have been allowed. - Added
clearfix-before
so you can now clear block elements toward the top β useful for when you want to contain top margins on an element's descendants, for example. - Added media-query-less variant of Core CSS file to replace respond.js β you will need this if you wish to support IE8 and plan to implement the CSS from another domain (as in "www.static-immobilienscout24.de")
- Added a blue variant of the βNEUβ icon to the global header which works better on the world tabs than the regular white and orange one.
- Added Arial to the pool of potential fonts for headlines to improve the experience for Linux users browsing with Firefox.
Bug Fixes
- Fixed info banner in zipped CSS files that would show a placeholder rather than the current version.
- Prevented horizontal resizing of
textarea
elements withinform
to avoid broken layouts. - Adjusted line height on global header's active world tab to get rid of a phantom border in recent versions of Firefox.
- Fixed broken layout of welcome text for logged-in users in the global header.
- Adjusted sub navigation bar in global header to prevent tab hover effect from overlapping content below the header.
- Attached affiliate link bar (
scout-verticals
) explicitly to the top left to avoid layout bugs in case its parent container has horizontal padding.
Version 1.0.0
- Initial release.