Sha256: ee8a965e0535b128fcacc0ebee2f41b3f8b50309d5b7fc5d23605896ed5d1ee8
Contents?: true
Size: 1.06 KB
Versions: 89
Compression:
Stored size: 1.06 KB
Contents
#title_bar { background-color: $white; border-bottom: 1px solid gray(220); font-size: 14px; height: $top_nav_height; overflow: visible; position: fixed; right: 0; top: 0; width: 760px; z-index: 10; @media screen and (min-width: $min_width_large) { width: 960px; } @media screen and (min-width: $min_width_xlarge) { width: 1150px; } #titlebar_left { float: left; } #titlebar_right { float: right; .action_items { float: right; } .locale_chooser { float: right; padding: 14px 12px 14px 0; } } // // Breadcrumbs // .breadcrumb { color: gray(211); line-height: $top_nav_height; padding: 0 0 0 19px; white-space: nowrap; li { display: inline-block; } a { border-bottom: 2px solid lighten($gray_lighter, 9%); color: $gray_lighter; display: inline-block; line-height: 18px; text-decoration: none; } } // // Current page title // h2 { color: gray(211); display: inline-block; line-height: 56px; } }
Version data entries
89 entries across 89 versions & 1 rubygems