hints view fix. still a redundant call issue, but logging separately
This commit is contained in:
@ -1030,10 +1030,11 @@ span.show-next-page, span.show-prev-page {
|
||||
}
|
||||
|
||||
#lesson-hint {
|
||||
background-color: #ccc;
|
||||
background-color: #f1f1f1;
|
||||
border-radius: 4px;
|
||||
border-color: #999;
|
||||
margin-top:4px;
|
||||
border-color: #4fa44c;
|
||||
margin-top: 4px;
|
||||
border: 2px solid #24b054;
|
||||
}
|
||||
|
||||
#hintsViewTop{
|
||||
|
Reference in New Issue
Block a user