Sha256: 21b14e968e814c7b43371825f61519e686ee5ce76acfa57ebf129be4f5d227f6
Contents?: true
Size: 1.86 KB
Versions: 4
Compression:
Stored size: 1.86 KB
Contents
.navbar { border: none; /* 1px solid transparent */ margin-bottom: 0; /* 20px */ } .navbar .navbar-toggle:hover, .navbar .navbar-toggle:hover { background-color: #eee; /* #ddd */ border-color: #eee; /* #ddd */ } .navbar .navbar-toggle .icon-bar { background-color: #333; /* #888 */ } @media (max-width: 767px) { .navbar-nav { margin-top: 0; /* 7.5px */ margin-bottom: 0; /* 7.5px */ } } @media (min-width: 768px) { .navbar-collapse { padding-right: 0; /* 15px */ } } /* @see https://kuler.adobe.com/when-will-the-storm-come-color-theme-4162685/ */ .breadcrumb { margin-bottom: 20px; border-radius: 0; /* 4px */ background-color: #F9F7C8; } .breadcrumb > li + li:before { color: #999; /* #ccc */ } .breadcrumb .active { font-weight: bold; color: #333; /* #999 */ } .breadcrumb .btn-xs { display: inline-block; margin-left: 10px; } /* "Remember me" and "Forgot password?" */ .sign-in label { display: inline; font-weight: 400; cursor: pointer; } .sign-in label, .sign-in a { padding-left: 10px; } @media (max-width: 767px) { .sign-in a { padding-top: 20px; padding-left: 0; display: block; } } #content { margin-bottom: 20px; } h1, h2, h3 { margin-top: 0; } h1, h2 { margin-bottom: 20px; } h3 { margin-bottom: 0; } h2, h3 { font-size: 1em; } h3 { /* locale */ color: #999; font-style: italic; font-weight: normal; } p, ul { margin-bottom: 20px; } /* Lists of relations */ .actions { display: none; } .index li:hover .actions, .index li:focus .actions { display: inline-block; } .actions a { padding-left: 10px; } .glyphicon-resize-vertical { cursor: grab; } /* Translations */ .row label { /* locale */ color: #999; font-style: italic; font-weight: normal; } .row .form-control-feedback { top: 0; } .translation { padding-bottom: 20px; } .muted { color: #999; font-style: italic; }
Version data entries
4 entries across 4 versions & 1 rubygems