fchat-rising/less/flist_overrides.less

19 lines
301 B
Plaintext
Raw Normal View History

2017-09-02 01:50:31 +00:00
hr {
margin-top: 5px;
margin-bottom: 5px;
}
.modal-dialog.modal-wide {
width: 95%;
}
.panel-title {
font-weight: bold;
}
// Fix weird style where this is overwritten and cannot be styled inside a well.
.well {
blockquote {
border-color: @blockquote-border-color;
}
}