mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-01 10:02:01 +00:00
修复css权重和样式覆盖的问题
This commit is contained in:
parent
c1b0d5e854
commit
7350b334c9
@ -130,8 +130,8 @@ li.problem-tag {
|
||||
}
|
||||
|
||||
|
||||
li.list-group-item>a{
|
||||
display: inline;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
.tag-link{
|
||||
display: inline!important;
|
||||
padding: 0!important;
|
||||
margin: 0!important;
|
||||
}
|
@ -78,7 +78,7 @@
|
||||
<ul class="list-group">
|
||||
{% for item in tags %}
|
||||
<li class="list-group-item problem-tag">
|
||||
<a href="/problems/?tag={{ item.name }}">{{ item.name }}</a>
|
||||
<a class="tag-link" href="/problems/?tag={{ item.name }}">{{ item.name }}</a>
|
||||
<span class="badge">{{ item.problem_number }}</span>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user