Flight HTML – Changelog: Version 1.2
Version 1.2 – Released 09/04/12
- Added a media query to /css/menu/right.css to add 10px to the right of the mobile menu for better alignment at mobile resolutions below 767px. ADDED:
596061626364656667686970.menu-desc div span {right: 0;margin-right: 0.8em;}/* All Mobile Sizes (devices and browser) */@media only screen and (max-width: 767px) {.menu {right: 10px;}} - Changed spacing on /css/style.css Line 130 & 131 to match the rest of the CSS code spacing. CHANGED:
130131132133134blockquote: before, blockquote: after,q: before, q: after {content: '';content: none;}