mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
Fix hot problems CSS
This commit is contained in:
parent
fcabde7924
commit
cf77afe48e
@ -69,10 +69,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
ul.problem-list li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.sidebox-ongoing-contest {
|
||||
overflow-y: auto;
|
||||
max-height: 23em;
|
||||
|
@ -110,6 +110,16 @@ span.type-tag {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
ul.problem-list {
|
||||
list-style: none;
|
||||
padding-left: 1em;
|
||||
padding-right: 0.5em;
|
||||
|
||||
li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.pi-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -26,10 +26,6 @@
|
||||
padding-left: 0.25em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul.problem-list {
|
||||
padding: 0 !important;
|
||||
}
|
||||
</style>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user