comment
This commit is contained in:
parent
d9a5a5bc00
commit
184b04a857
9 changed files with 80 additions and 49 deletions
|
|
@ -156,10 +156,29 @@ a:hover, a:active {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.comment-separator {
|
||||
height:1px;
|
||||
background:#717171;
|
||||
border-bottom:2px solid #6E9CC7;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.comment-indicator {
|
||||
color: coral;
|
||||
}
|
||||
|
||||
.comment-author {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.comment-detail {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.comment-body {
|
||||
margin-left: 42px;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
footer {
|
||||
background: #f0f0f0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue