Sha256: 4bdf9ff9810b8378df0369492a0f5dea45640a73bc1b423545c9fa8901c2928c
Contents?: true
Size: 1010 Bytes
Versions: 90
Compression:
Stored size: 1010 Bytes
Contents
#header { margin: 0 0 20px 0; position: relative; // nav category h1 { color: gray(190); font-size: 16px; font-weight: 600; line-height: 1.2em; margin: 10px 20px 100px 10px; text-align: right; } // nav items #tabs { li { background-position: 0 10px; a { background-position: left center; border-top: 1px solid gray(190); color: $black; display: block; line-height: 36px; padding: 0 0 0 30px; position: relative; text-decoration: none; &:after { position: absolute; right: 10px; } &:hover { color: $blue; } } // li:first-child &:first-child { a { border: none; } } // li.current &.current { a { font-size: 14px; font-weight: bold; &:after { content: "→"; } } } } } }
Version data entries
90 entries across 90 versions & 1 rubygems