The widget is listing items, so they should be output as a list of items, and then styled to hide the default li styles. Additionally, the post-lead and clearfix classes are Largo-specific, and should be removed. (Largo can get updated to match these styles, or this plugin can ship a Largo shim to add these styles back in.)
|
<div class="post-lead clearfix"> |
Having these items as a bunch of list items within a list element will improve semantic parseability, and also make it easier to style the list items to match INN/umbrella-workdayminn#16
The widget is listing items, so they should be output as a list of items, and then styled to hide the default
listyles. Additionally, thepost-leadandclearfixclasses are Largo-specific, and should be removed. (Largo can get updated to match these styles, or this plugin can ship a Largo shim to add these styles back in.)link-roundups/inc/saved-links/class-saved-links-widget.php
Line 56 in be0f2a9
Having these items as a bunch of list items within a list element will improve semantic parseability, and also make it easier to style the list items to match INN/umbrella-workdayminn#16