URL fix for #2287
This commit is contained in:
parent
dccfadf7b8
commit
c631a4a9b9
4 changed files with 27 additions and 9 deletions
|
@ -3030,6 +3030,13 @@ footer .container .links > *:first-child {
|
|||
.feeds .news .commit-id {
|
||||
font-family: Consolas, monospace;
|
||||
}
|
||||
.feeds .news code {
|
||||
padding: 1px;
|
||||
font-size: 85%;
|
||||
background-color: rgba(0, 0, 0, 0.04);
|
||||
border-radius: 3px;
|
||||
word-break: break-all;
|
||||
}
|
||||
.feeds .list .header {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 5px;
|
||||
|
|
|
@ -86,6 +86,13 @@
|
|||
.commit-id {
|
||||
font-family: Consolas, monospace;
|
||||
}
|
||||
code {
|
||||
padding: 1px;
|
||||
font-size: 85%;
|
||||
background-color: rgba(0, 0, 0, 0.04);
|
||||
border-radius: 3px;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue