Created
August 1, 2018 06:46
-
-
Save estefanionsantos/2d5c88d63c53bb77e606eec1a8f91db0 to your computer and use it in GitHub Desktop.
table fill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="tb_fill expand"> ... </table> | |
<!-- | |
<table class="tb_fill tb_primary expand"> ... </table> | |
<table class="tb_fill tb_secondary expand"> ... </table> | |
<table class="tb_fill tb_light expand"> ... </table> | |
<table class="tb_fill tb_standard expand"> ... </table> | |
<table class="tb_fill tb_hover_primary expand"> ... </table> | |
<table class="tb_fill tb_hover_secondary expand"> ... </table> | |
<table class="tb_fill tb_hover_light expand"> ... </table> | |
<table class="tb_fill tb_hover_standard expand"> ... </table> | |
--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment