Making WordPress.org

Ticket #6662: 6662.patch

File 6662.patch, 978 bytes (added by nidhidhandhukiya, 2 years ago)
  • wordpress.org/public_html/wp-content/plugins/support-helphub/inc/handbook-toc/table-of-contents.php

     
    1010        protected $styles = '<style>
    1111                .toc-jump { text-align: right; font-size: 12px; }
    1212                .toc-heading a { color: inherit; font-weight: inherit; margin-left: -25px; text-decoration: none !important; }
     13                @media screen and (max-width: 767px) {.toc-heading a{margin-left:-10px;}}
    1314                .toc-heading a:before { visibility: hidden; vertical-align: middle; margin-top: -5px; margin-right: 5px; }
    1415                .toc-heading:target a:before { margin-left: -8px; margin-right: 13px; }
    1516                .toc-heading a:hover:before, .toc-heading a:focus:before { visibility: visible; }