1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 18:35:23 +02:00

#2264 use monospaced font for commit IDs in news feeds

This commit is contained in:
Unknwon 2015-12-24 20:43:45 -05:00
parent 4c896bb620
commit 13fe733037
8 changed files with 37 additions and 31 deletions

View file

@ -83,6 +83,9 @@
margin-bottom: -5px;
}
}
.commit-id {
font-family: Consolas, monospace;
}
}
.list {