mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-12 08:05:18 +01:00
19 lines
364 B
Plaintext
19 lines
364 B
Plaintext
|
|
.comments {
|
|
.clearfix;
|
|
font-size: @font-size-small;
|
|
font-style: italic;
|
|
color: @text-color-dimmed;
|
|
margin-top: @line-height-computed*2;
|
|
text-align: center;
|
|
.border-radius;
|
|
|
|
p,
|
|
.btn { margin-bottom: 0; }
|
|
|
|
.btn-wrap {
|
|
margin-top: @line-height-computed/2;
|
|
height: 27px
|
|
}
|
|
.btn { left: -20px }
|
|
} |