Changeset 2742024
- Timestamp:
- 06/14/2022 07:12:52 AM (4 years ago)
- Location:
- free-books-section/trunk
- Files:
-
- 2 edited
-
Free_Books_Section.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
free-books-section/trunk/Free_Books_Section.php
r2697561 r2742024 4 4 Plugin URI: https://www.whitedovebooks.co.uk/our-plugin/ 5 5 Description: Embed our dynamically updated free books newsfeed into your site, quickly and easily. Your visitors can submit books into the newsfeed for a small fee, and you earn affiliate commissions when they do. 6 Version: 14. 76 Version: 14.8 7 7 Author: Will Edwards 8 Author URI: https://www.whitedovebooks.co.uk/book -bloggers-plugin/8 Author URI: https://www.whitedovebooks.co.uk/books/will-edwards/ 9 9 */ 10 10 … … 87 87 .topnav { 88 88 background-color: #333; 89 color: white;90 89 text-decoration: none; 91 90 overflow: hidden; … … 96 95 float: left; 97 96 display: block; 98 background-color: #333 ;99 color: #f2f2f2;97 background-color: #333333; 98 color: white !important; 100 99 text-align: center; 101 100 padding: 10px 12px; 102 text-decoration: none ;101 text-decoration: none !important; 103 102 font-size: 16px; 104 103 } … … 113 112 /* Hover */ 114 113 .topnav a:hover { 115 background-color: #ddd; 116 color: black; 114 background-color: #30d239 ; 117 115 text-decoration: none; 118 116 } … … 195 193 196 194 <div class="ver"> 197 FBS Ver:14. 7  195 FBS Ver:14.8 198 196 </div> 199 197 -
free-books-section/trunk/readme.txt
r2730303 r2742024 81 81 82 82 == Changelog == 83 = 14.8 = 84 Menu styling css change 85 83 86 = 14.7 = 84 87 Improved iframe timing for same domain instance. … … 97 100 98 101 == Upgrade Notice == 102 = 14.8 = 103 Menu styling css change 104 99 105 = 14.7 = 100 106 Improved iframe timing.
Note: See TracChangeset
for help on using the changeset viewer.