Add a list of answers for each answered message
This commit is contained in:
parent
4649253774
commit
aad5915892
4 changed files with 59 additions and 5 deletions
|
|
@ -34,6 +34,15 @@ p,ul
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
#res {
|
||||
font-size: 80%;
|
||||
text-align: right;
|
||||
}
|
||||
#res ul, #res ul li {
|
||||
display: inline;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
label {
|
||||
color: #e9802c;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Reference in a new issue