Difference between revisions of "Atticus Finch Changelog"
From OdleWiki
m (→0.8.3: Added image link modifications) |
m (→0.8.3: Added menu information) |
||
Line 8: | Line 8: | ||
* Removed border from image links (style.css) | * Removed border from image links (style.css) | ||
* Added image location information to image links when printing (print.css) | * Added image location information to image links when printing (print.css) | ||
+ | * Menu modifications (menus.css) | ||
+ | ** Adjusted <code>#belowheadermenu li:hover > ul > li</code> height from 55px to 38px (line 483) | ||
+ | ** Menu code is from [http://cssmenumaker.com/menu/responsive-flat-menu here] | ||
=== 0.8.2 === | === 0.8.2 === |
Revision as of 20:37, 4 June 2017
Contents
Newer Pre-Release Versions
0.8.3
June 2017
- Removed border from image links (style.css)
- Added image location information to image links when printing (print.css)
- Menu modifications (menus.css)
- Adjusted
#belowheadermenu li:hover > ul > li
height from 55px to 38px (line 483) - Menu code is from here
- Adjusted
0.8.2
May 2017
- Corrected sanitization callbacks on social media options (customizer.php)
- Made link colors in pages match those in posts. (I.e., changed
.post a
to.post-content a
.) - Removed bottom border from social media links.
- Fixed bug which prevented printing at full width (print.css).
0.8.1
May 2017
- Corrected the way in which stylesheets are enqueued.
- Added lang folder for translations.
0.8
May 2017
- Corrected a bug with sanitization callbacks not being properly called in customizer.php.
0.7.1
May 2017
- Added bottom margin to list elements in both screen and print stylesheets for easier visibility.
- Adjusted hover color of post titles in archive pages.
0.7
May 2017
- Added ability to auto-update from my own WordPress respository. [See https://github.com/YahnisElsts/plugin-update-checker and https://github.com/YahnisElsts/wp-update-server]
0.6
May 2017
- Adjusted line height of list items in posts.
- Adjusted print.css to print URLs after links.
- Adjusted print.css so that #respond area in comments does not print.
Older Pre-Release Versions
0.5
I have no idea where this information went.
0.4
January 2016:
- Fixed height of #container so background images do not appear behind text and sidebar. (footer.php, line 14)
- Add background: #ffffff; to #container, header, and footer so background images do not appear behind text and sidebar
- Removed bottom margin of header and top margin of footer