In the responsive stylesheet, there is a display: block rule for dd.mark on line 224, but the rule for dd.mark below it on line 234 has the same block rule in it.
File:
responsive.css
|
Delete: (line 224)
ul.topiclist dd.mark {
|
display: block;
|
}
|