mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
16 lines
247 B
CSS
16 lines
247 B
CSS
|
#CommentList {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
#CommentList li {
|
||
|
list-style-type: none;
|
||
|
background-color: #EEE;
|
||
|
border: 1px #CCC solid;
|
||
|
padding: 3px;
|
||
|
margin: 7px;
|
||
|
}
|
||
|
#CommentList li .extra {
|
||
|
margin-top: 3px;
|
||
|
font-size: 80%;
|
||
|
font-style: italic;
|
||
|
}
|