##// END OF EJS Templates
Harden whitespace in log messages to show newlines, tabs, and spaces....
Harden whitespace in log messages to show newlines, tabs, and spaces. Due to the additional and inconsistent height of log messages, the other columns are vertically aligned to the top rather than the middle.

File last commit:

r0:548a840d
r45:5967ee78
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;
// }
// }
// }