2014-12-09 15:32:29 +01:00
|
|
|
.comments {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comments li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2015-05-17 05:36:23 +02:00
|
|
|
.comments .pull-right {
|
|
|
|
margin-top: -13px;
|
|
|
|
}
|
|
|
|
|
2014-12-10 21:16:18 +01:00
|
|
|
.comments--box {
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
|
2014-12-09 15:32:29 +01:00
|
|
|
.comments--count {
|
2014-12-10 21:16:18 +01:00
|
|
|
z-index: 0;
|
2014-12-09 15:32:29 +01:00
|
|
|
margin-top: -2em;
|
2014-12-27 15:50:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.comments--body {
|
2014-12-27 16:03:09 +01:00
|
|
|
overflow: visible !important;
|
2014-12-27 15:50:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.comments--content {
|
|
|
|
overflow: hidden;
|
2015-01-02 00:28:19 +01:00
|
|
|
word-break: normal;
|
2014-12-27 15:54:26 +01:00
|
|
|
}
|
|
|
|
|
2015-05-17 05:36:23 +02:00
|
|
|
.comments--content p {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2014-12-27 16:03:09 +01:00
|
|
|
.comments--media {
|
2014-12-27 15:56:01 +01:00
|
|
|
overflow: visible !important;
|
2014-12-09 15:32:29 +01:00
|
|
|
}
|