Two small fixes for JQTAB:
1. Hovering over a tab makes the tab text red. Red is associated with "non-existing link". Therefore, change hover color to blue
2. CSS cannot be changed due to excessive use of "!important". Remove it for margin of CSS
ul.jqTabGroup li {}
, so that it is possible to add a specific margin between tabs.
Example: Add 100px gap before the 3rd tab:
Test:
Second tab
Second content.
Fourth tab
Fourth content.
--
TWiki:Main/PeterThoeny
- 2014-08-18
This has been done in August 2014.
--
TWiki:Main.PeterThoeny
- 2014-09-23