Flight HTML – Changelog: Version 1.3
Version 1.3 - Released 09/19/12
- Replaced default graphical logo with H1 HTML5/CSS3 version with WebKit knockout for better typography and aesthetics. In all HTML files CHANGED:
29303132<body id="body"><h1 class="logo">Take: Flight.</h1><div id="top"></div><div id="content">
In /css/style.css on Line 542 CHANGED:
540541542543544545546547548549550551552553554555556557558559560561562563/* E. LOGO----------------------------*/h1.logo {position: absolute;top: 13px;left: 20px;font-family: 'League Gothic Regular', Arial, sans-serif;border: .12em solid #fff;font-size: 6.5em;line-height: 1;padding: .08em .08em 0;text-transform: uppercase;-webkit-mask-image: url(../images/knockout.png);-o-mask-image: url(../images/knockout.png);-moz-mask-image: url(../images/knockout.png);-ms-mask-image: url(../images/knockout.png);mask-image: url(../images/knockout.png);-webkit-transform: skewY(-7deg);-o-transform:skewY(-7deg);-moz-transform: skewY(-7deg);-ms-transform: skewY(-7deg);transform: skewY(-7deg);z-index: 0;} - Deleted
body.locationclass from /css/style.csson Line 3194 for Google Maps pages with fullscreen maps and removed class frombodytags in HTML code on location-roadmap.html and location-satellite.html. - Added
z-index: 0;to#logoID on Line 551 andz-index: -1;to Line 3202#google-mapID in /css/style.css - Moved /images/logo/theme-suite.png signature file to /images/demo/theme-suite.png
- Deleted /images/logos/ folder and contents
- Deleted Flight secondary signature logo
- Deleted Photoshop PSD files for logos (regular Flight logo and Retina logo)
- Changed font on Slogan from Lobster (old Logo font) to Georgia for better typography
- Updated documentation with new logo information
- Fixed column spacing in Options panel on demo site for Retina optimization
- Replaced Retina.js with jQuery Retina Display Plugin for improved Apple support
- Updated documentation to include proper credit to Troy Mcilvena