Sha256: d1e29914a74177d90befdece9c5505508db10d3c438293aa6aa17abf30a89c11
Contents?: true
Size: 866 Bytes
Versions: 9
Compression:
Stored size: 866 Bytes
Contents
#navigation { border-bottom: 1px solid #bbb; padding: 20px 40px; overflow: hidden; @include gradient(#eee,#ddd); h2 { float: left; span { color: #222; font-size: 36px; font-weight: bold; text-shadow: 1px 1px 0 white; overflow: hidden; } } ul { margin-top: 10px; float: right; li { display: inline; position: relative; padding-left: 15px; a { cursor: pointer; display: inline; color: #333; text-decoration: none; font-weight: bold; font-size: 14px; padding: 8px 20px; @include border-radius(30px); @include gradient(#fff,#ddd); text-shadow: 1px 1px 0 white; @include box-shadow(0,1px,4px,#777); } } li:hover { a, span { color: $color_main; } } } }
Version data entries
9 entries across 9 versions & 1 rubygems