mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 06:27:07 +02:00
Prefer external styles instead of inline.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="milestone row" id="priority-@priority.priorityId">
|
||||
<div class="col-md-2">
|
||||
@if(hasWritePermission) {
|
||||
<div class="pull-left priority-sort-handle" style="margin-top: 3px"><i class="octicon octicon-grabber" style="font-size: 2em"></i></div>
|
||||
<div class="pull-left priority-sort-handle" style="margin-top: 3px"><i class="octicon octicon-grabber"></i></div>
|
||||
}
|
||||
<div style="margin-top: 6px">
|
||||
<a href="@helpers.url(repository)/issues?priority=@helpers.urlEncode(priority.priorityName)&state=open" id="priority-row-content-@priority.priorityId">
|
||||
|
||||
@@ -962,6 +962,7 @@ pre.reset.discussion-item-content-text{
|
||||
display: block;
|
||||
width: 0.5em;
|
||||
overflow: hidden;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.priority-default {
|
||||
|
||||
Reference in New Issue
Block a user