Sha256: ea58644b1239f1b00a11d11775e0fabf5a175c8d91e03f68220daed0cab4d5f4
Contents?: true
Size: 623 Bytes
Versions: 5
Compression:
Stored size: 623 Bytes
Contents
.pagination { margin: 30px 30px; line-height: 20px; a, .current, .disabled, .gap { display: inline-block; font-style: normal; margin: 0px 1px; text-decoration: none; padding: 2px; border-radius: 12px; min-width: 24px; text-align: center; } a:hover, a:focus { text-decoration: underline; } .current { font-weight: bold; } .disabled { color: var(--text-light-color); } .next, .previous { background: none; } .next { margin-left: 10px; } .previous { margin-right: 10px; } } .content .pagination { margin: 20px -2px; }
Version data entries
5 entries across 5 versions & 1 rubygems