/* this div/style/macro set resolves a native issue with browser autofocus being incorrectly applied to primary left nav search field */
/* ensure there is NO extra white space in the edit view of this include page */
.SearchFieldFocusFix {display: none !important;}
.SearchFieldFocusFix ~ p {display: none !important;} |