#2264 use monospaced font for commit IDs in news feeds
This commit is contained in:
parent
4c896bb620
commit
13fe733037
8 changed files with 37 additions and 31 deletions
|
@ -2993,6 +2993,9 @@ footer .container .links > *:first-child {
|
|||
width: 80%;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
.feeds .news .commit-id {
|
||||
font-family: Consolas, monospace;
|
||||
}
|
||||
.feeds .list .header {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 5px;
|
||||
|
|
|
@ -83,6 +83,9 @@
|
|||
margin-bottom: -5px;
|
||||
}
|
||||
}
|
||||
.commit-id {
|
||||
font-family: Consolas, monospace;
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue