##// 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
features.css.less
48 lines | 947 B | text/x-less | LessCssLexer
.features-section {
#holder {
background-color: rgb(254, 254, 254) !important;
}
h3, h2, h1 {
margin: 0px 0px 10px;
}
h3 {
padding: 25px 25px;
background-color: #f6f6f6;
}
.feature-pane {
ul {
color: @color_secondary;
li {
margin: 20px 0px;
list-style: none;
.fa-square {
margin-right: 15px;
color: @color_orange;
}
}
}
}
#menu {
.list-group-item {
color: @color_secondary;
font-weight: bold;
border-style: dashed;
background-color: #f6f6f6;
&.active {
background-color: #e4e4e4;
border-style: solid;
border-color: #d4d4d4;
color: @color_vdark_grey;
}
}
}
}