Sha256: b8434a3f9b047bfd4b2f2568ee29cac4d5ee059aab5780f745706f3025f01603
Contents?: true
Size: 690 Bytes
Versions: 10
Compression:
Stored size: 690 Bytes
Contents
#nav { width: $content-width; padding: 2px 10px; background-color: $button-background-color; .button { margin: 0 !important; padding-left: 10px; padding-right: 10px; @include box-shadow(0); } } .content { margin-top: 0 !important; } #main_container { @include box-shadow($shadow-radius); @include corners-all($corner-radius); background-color: $content-background-color; border: 2px solid silver; margin-top: 0px; position: relative; top: -45px; .content { @include box-shadow(0); @include corners-all(0); background-color: transparent; } #nav { @include corners-top($corner-radius - 2px); @include box-shadow(0); } }
Version data entries
10 entries across 10 versions & 1 rubygems