Sha256: 4209f642f40147ee3f68dfdf978bb26d76657346a12412f15232dbff33524c73
Contents?: true
Size: 1.07 KB
Versions: 13
Compression:
Stored size: 1.07 KB
Contents
/* ==|== non-semantic helper classes ======================================== , _ ___ _ /| | | | / (_)| | |___| _ | | _ _ ,_ | | | __, , , _ , | |\|/ |/ |/ \_|/ / | | |/ / | / \_/ \_|/ / \_ | |/|__/|__/|__/ |__/ |_/ \___/|__/\_/|_/ \/ \/ |__/ \/ /| \| we should never use these, but we probably will someday ========================================================================== */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } .fr { float: right; } .fl { float: left; } .clickable{cursor: pointer}
Version data entries
13 entries across 13 versions & 2 rubygems