You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "ralf0131 (GitHub)" <gi...@apache.org> on 2019/04/04 03:20:43 UTC

[GitHub] [incubator-dubbo-website] ralf0131 commented on issue #320: Extra styles in markdown

@caojiele In the top, there is something like below, which is unnecessary:

<style> table { width: 100%; max-width: 65em; border: 1px solid #dedede; margin: 15px auto; border-collapse: collapse; empty-cells: show; } table th, table td { height: 35px; border: 1px solid #dedede; padding: 0 10px; } table th { font-weight: bold; text-align: center !important; background: rgba(158,188,226,0.2); white-space: nowrap; } table tbody tr:nth-child(2n) { background: rgba(158,188,226,0.12); } table td:nth-child(1) { white-space: nowrap; } table tr:hover { background: #efefef; } .table-area { overflow: auto; } </style> <script type="text/javascript"> [].slice.call(document.querySelectorAll('table')).forEach(function(el){ var wrapper = document.createElement('div'); wrapper.className = 'table-area'; el.parentNode.insertBefore(wrapper, el); el.parentNode.removeChild(el); wrapper.appendChild(el); }) </script>

[ Full content available at: https://github.com/apache/incubator-dubbo-website/issues/320 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org