Flight HTML – Changelog: Version 1.9
Version 1.9 – Released 10/12/12
- Included new Alternate Logo Photoshop files (both regular and retina versions) in the /psd/ folder
- Updated /css/style.css to include new Alternate Logo (or Custom Logo so no CSS modifications are necessary to add a Custom Logo image). Also changed h1.logo z-index to ’1′ as part of an update to make Location pages toolbar clickable (also see #4). CHANGED/ADDED:
544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578/* E. LOGO----------------------------*//* i. Default 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: 1;}/* ii. Custom Logo */#logo {position: absolute;top: 20px;left: 20px;background-repeat: no-repeat;z-index: 1;} - Updated Documentation to include Alternate Logo information and details on editing new/additional Photoshop files
- Updated #google-map ID in /css/style.css to be z-index ’0′ instead of ‘-1′. CHANGED:
322432253226322732283229323032313232323332343235/* E. LOCATION PAGES----------------------------*/#google-map {height: 100%;width: 100%;display: block;position: fixed;left: 0;top: 0;overflow: hidden;z-index: 0;}