Sha256: 03384dad6073578d85493b1f9b39cce5fee4cb35609e013f7c81c1a9d99a0f23
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 Bytes
Contents
/*! responsive-nav.js v1.0.13 by @viljamis */ #nav ul { margin: 0; padding: 0; width: 100%; display: block; list-style: none; } #nav li { width: 100%; display: block; } .js #nav { clip: rect(0 0 0 0); max-height: 0; position: absolute; display: block; overflow: hidden; zoom: 1; } #nav.opened { max-height: 9999px; } @media screen and (min-width: 40em) { .js #nav { position: relative; max-height: none; } #nav-toggle { display: none; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
responsive-nav-rails-1.0.13 | vendor/assets/stylesheets/responsive-nav.css |