##// END OF EJS Templates
readme: updates
readme: updates

File last commit:

r0:548a840d
r183:06106d27
Show More
bootstrap customizations.txt
42 lines | 941 B | text/plain | TextLexer
/ frontend / css / vendors / bootstrap customizations.txt
// variables.less
@grid-gutter-width: 10px;
// CHANGED BY AE
// @media (max-width: @grid-float-breakpoint-max) {
// // Dropdowns get custom display when collapsed
// .open .dropdown-menu {
// position: static;
// float: none;
// width: auto;
// margin-top: 0;
// background-color: transparent;
// border: 0;
// box-shadow: none;
// > li > a,
// .dropdown-header {
// padding: 5px 15px 5px 25px;
// }
// > li > a {
// line-height: @line-height-computed;
// &:hover,
// &:focus {
// background-image: none;
// }
// }
// }
// }
// // Uncollapse the nav
// @media (min-width: @grid-float-breakpoint) {
// float: left;
// margin: 0;
//
// > li {
// float: left;
// > a {
// padding-top: @navbar-padding-vertical;
// padding-bottom: @navbar-padding-vertical;
// }
// }
// }