forked from forgejo/forgejo
CSS: .repository .sha.label -> .ui .sha.label
This is because SHA1 label is used in many other places, not only inside .repository container.
This commit is contained in:
parent
99b958db43
commit
640dce12a8
3 changed files with 15 additions and 12 deletions
|
@ -630,12 +630,6 @@
|
|||
width: 120px;
|
||||
}
|
||||
}
|
||||
.sha.label {
|
||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
||||
font-size: 14px;
|
||||
padding: 6px 10px 4px 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.diff-detail-box {
|
||||
margin: 15px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue