Sha256: 53f60419d66b4b31c59ea7c6791371b4c52464b93e94827fe41600327f00789a
Contents?: true
Size: 831 Bytes
Versions: 102
Compression:
Stored size: 831 Bytes
Contents
/* * For usage statistics */ .stats-container { box-sizing: border-box; width: 850px; height: 450px; padding: 20px 15px 15px 15px; margin: 15px auto 30px auto; border: 1px solid #ddd; background: #fff; background: linear-gradient(#f6f6f6 0, #fff 50px); background: -o-linear-gradient(#f6f6f6 0, #fff 50px); background: -ms-linear-gradient(#f6f6f6 0, #fff 50px); background: -moz-linear-gradient(#f6f6f6 0, #fff 50px); background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px); box-shadow: 0 3px 10px rgba(0,0,0,0.15); -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1); -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1); -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); } .stats-placeholder { width: 100%; height: 100%; font-size: 14px; line-height: 1.2em; }
Version data entries
102 entries across 102 versions & 3 rubygems